#dd005a color RGB value is (13, 208, 5).
#dd005a hex color red value is 13, green value is 208, and blue value is 5.
Cylindrical-coordinate representations (HSL) of color #dd005a
hue: 117.64,
saturation: 0.95 and lightness: 0.42.
The process color (four-color CMYK) of #dd005a color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dd005a is #ff9999. Color #dd005a contains mainly RED.
| Color spaces of #dd005a | Value |
|---|---|
| RGB | 221, 0, 90 |
| HSL | 0.93, 1, 0.43 |
| HSV | 336°, 100°, 87° |
| XYZ | 31.67, 16.12, 11.11 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011101 | 0 | 1011010 |
| Octal | 335 | 0 | 132 |
| Decimal | 221 | 0 | 90 |
| Hex | DD | 0 | 5A |
Shades of #dd005a
Tints of #dd005a
.mybgColor {background-color: #dd005a;}
.myforeColor {color: #dd005a;}
.myborderColor {border:3px solid #dd005a;}
<p style="color:#dd005a">Text here</p>
This sample text is styled with the font color #dd005a. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#dd005a">Div content here</div>
<div style="border:3px solid #dd005a">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(221, 0, 90, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dd005a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #dd005a;
-webkit-box-shadow: 1px 1px 3px #dd005a;
box-shadow: 1px 1px 3px #dd005a; }
<p style="text-shadow: 4px 4px 2px rgba(221, 0, 90, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dd005a;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #dd005a;
-webkit-box-shadow: 1px 1px 3px #dd005a;
box-shadow: 1px 1px 3px #dd005a;">Div content here</div>
