Shades of Dark Pink #DC5587
Tints of Dark Pink #DC5587
RGB
CMYK
RGB Variations
Color information
#DC5587 (or 0xDC5587) is known color: Dark Pink. HEX triplet: DC, 55 and 87. RGB value is (220,85,135). Sum of RGB (Red+Green+Blue) = 220+85+135=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5587 is #23AA78. Grayscale: #838383. Windows color (decimal): -2337401 or 8869340. OLE color: 8869340.
HSL color Cylindrical-coordinate representation of color #DC5587: hue angle of 337.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5587 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 135 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.14 |
| HSL | 337.78º | 0.66% | 0.6% | - |
| HSV(B) | 337.78º | 0.61% | 0.86% | - |
| XYZ | 37.14 | 23.46 | 25.49 | - |
| YUV | 131.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 135 | 0 | 0.61 | 0.39 | 0.14 | 337.78 | 0.66 | 0.6 |
| Hex | DC | 55 | 87 | 0 | 3D | 27 | E | 152 | 42 | 3C |
| Octal | 334 | 125 | 207 | 0 | 75 | 47 | 16 | 522 | 102 | 74 |
| Binary | 11011100 | 1010101 | 10000111 | 0 | 111101 | 100111 | 1110 | 101010010 | 1000010 | 111100 |
Color Harmonies of #DC5587
Complementary color
Monochromatic Colors of #DC5587
Black with #DC5587
Text Example
Text Example
White with #DC5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5587; }
p { color: rgb(220,85,135); }
H1.HeaderClassName
{
color: #DC5587;
}
.AnyTagClassName
{
color: #DC5587;
}
</style>
background-color css
<style>
a { background-color: #DC5587; }
a { background-color: rgb(220,85,135); }
div.DivClassName
{
background-color: #DC5587;
}
.BgClassName
{
background-color: #DC5587;
}
</style>
border-color css
<style>
span { border-color: #DC5587; }
span { border-color: rgb(220,85,135); }
td.TdClassName
{
border-color: #DC5587;
}
.TagClassName
{
border-color: #DC5587;
}
</style>