Shades of Dark Pink #DF5587
Tints of Dark Pink #DF5587
RGB
CMYK
RGB Variations
Color information
#DF5587 (or 0xDF5587) is known color: Dark Pink. HEX triplet: DF, 55 and 87. RGB value is (223,85,135). Sum of RGB (Red+Green+Blue) = 223+85+135=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5587 is #20AA78. Grayscale: #838383. Windows color (decimal): -2140793 or 8869343. OLE color: 8869343.
HSL color Cylindrical-coordinate representation of color #DF5587: hue angle of 338.26º degrees, saturation: 0.68, 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 #DF5587 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 135 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.13 |
| HSL | 338.26º | 0.68% | 0.6% | - |
| HSV(B) | 338.26º | 0.62% | 0.87% | - |
| XYZ | 38.05 | 23.93 | 25.54 | - |
| YUV | 131.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 135 | 0 | 0.62 | 0.39 | 0.13 | 338.26 | 0.68 | 0.6 |
| Hex | DF | 55 | 87 | 0 | 3E | 27 | D | 152 | 44 | 3C |
| Octal | 337 | 125 | 207 | 0 | 76 | 47 | 15 | 522 | 104 | 74 |
| Binary | 11011111 | 1010101 | 10000111 | 0 | 111110 | 100111 | 1101 | 101010010 | 1000100 | 111100 |
Color Harmonies of #DF5587
Complementary color
Monochromatic Colors of #DF5587
Black with #DF5587
Text Example
Text Example
White with #DF5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5587; }
p { color: rgb(223,85,135); }
H1.HeaderClassName
{
color: #DF5587;
}
.AnyTagClassName
{
color: #DF5587;
}
</style>
background-color css
<style>
a { background-color: #DF5587; }
a { background-color: rgb(223,85,135); }
div.DivClassName
{
background-color: #DF5587;
}
.BgClassName
{
background-color: #DF5587;
}
</style>
border-color css
<style>
span { border-color: #DF5587; }
span { border-color: rgb(223,85,135); }
td.TdClassName
{
border-color: #DF5587;
}
.TagClassName
{
border-color: #DF5587;
}
</style>