Shades of Dark Pink #DD5587
Tints of Dark Pink #DD5587
RGB
CMYK
RGB Variations
Color information
#DD5587 (or 0xDD5587) is known color: Dark Pink. HEX triplet: DD, 55 and 87. RGB value is (221,85,135). Sum of RGB (Red+Green+Blue) = 221+85+135=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5587 is #22AA78. Grayscale: #838383. Windows color (decimal): -2271865 or 8869341. OLE color: 8869341.
HSL color Cylindrical-coordinate representation of color #DD5587: hue angle of 337.94º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5587 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 135 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.13 |
| HSL | 337.94º | 0.67% | 0.6% | - |
| HSV(B) | 337.94º | 0.62% | 0.87% | - |
| XYZ | 37.44 | 23.62 | 25.51 | - |
| YUV | 131.36 | 130.06 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 135 | 0 | 0.62 | 0.39 | 0.13 | 337.94 | 0.67 | 0.6 |
| Hex | DD | 55 | 87 | 0 | 3E | 27 | D | 152 | 43 | 3C |
| Octal | 335 | 125 | 207 | 0 | 76 | 47 | 15 | 522 | 103 | 74 |
| Binary | 11011101 | 1010101 | 10000111 | 0 | 111110 | 100111 | 1101 | 101010010 | 1000011 | 111100 |
Color Harmonies of #DD5587
Complementary color
Monochromatic Colors of #DD5587
Black with #DD5587
Text Example
Text Example
White with #DD5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5587; }
p { color: rgb(221,85,135); }
H1.HeaderClassName
{
color: #DD5587;
}
.AnyTagClassName
{
color: #DD5587;
}
</style>
background-color css
<style>
a { background-color: #DD5587; }
a { background-color: rgb(221,85,135); }
div.DivClassName
{
background-color: #DD5587;
}
.BgClassName
{
background-color: #DD5587;
}
</style>
border-color css
<style>
span { border-color: #DD5587; }
span { border-color: rgb(221,85,135); }
td.TdClassName
{
border-color: #DD5587;
}
.TagClassName
{
border-color: #DD5587;
}
</style>