Shades of Dark Pink #DF5F87
Tints of Dark Pink #DF5F87
RGB
CMYK
RGB Variations
Color information
#DF5F87 (or 0xDF5F87) is known color: Dark Pink. HEX triplet: DF, 5F and 87. RGB value is (223,95,135). Sum of RGB (Red+Green+Blue) = 223+95+135=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5F87 is #20A078. Grayscale: #898989. Windows color (decimal): -2138233 or 8871903. OLE color: 8871903.
HSL color Cylindrical-coordinate representation of color #DF5F87: hue angle of 341.25º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF5F87 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 95 | 135 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.13 |
| HSL | 341.25º | 0.67% | 0.62% | - |
| HSV(B) | 341.25º | 0.57% | 0.87% | - |
| XYZ | 38.9 | 25.62 | 25.82 | - |
| YUV | 137.83 | 126.41 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 135 | 0 | 0.57 | 0.39 | 0.13 | 341.25 | 0.67 | 0.62 |
| Hex | DF | 5F | 87 | 0 | 39 | 27 | D | 155 | 43 | 3E |
| Octal | 337 | 137 | 207 | 0 | 71 | 47 | 15 | 525 | 103 | 76 |
| Binary | 11011111 | 1011111 | 10000111 | 0 | 111001 | 100111 | 1101 | 101010101 | 1000011 | 111110 |
Color Harmonies of #DF5F87
Complementary color
Monochromatic Colors of #DF5F87
Black with #DF5F87
Text Example
Text Example
White with #DF5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5F87; }
p { color: rgb(223,95,135); }
H1.HeaderClassName
{
color: #DF5F87;
}
.AnyTagClassName
{
color: #DF5F87;
}
</style>
background-color css
<style>
a { background-color: #DF5F87; }
a { background-color: rgb(223,95,135); }
div.DivClassName
{
background-color: #DF5F87;
}
.BgClassName
{
background-color: #DF5F87;
}
</style>
border-color css
<style>
span { border-color: #DF5F87; }
span { border-color: rgb(223,95,135); }
td.TdClassName
{
border-color: #DF5F87;
}
.TagClassName
{
border-color: #DF5F87;
}
</style>