Shades of Dark Pink #DF4D87
Tints of Dark Pink #DF4D87
RGB
CMYK
RGB Variations
Color information
#DF4D87 (or 0xDF4D87) is known color: Dark Pink. HEX triplet: DF, 4D and 87. RGB value is (223,77,135). Sum of RGB (Red+Green+Blue) = 223+77+135=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D87 is #20B278. Grayscale: #7F7F7F. Windows color (decimal): -2142841 or 8867295. OLE color: 8867295.
HSL color Cylindrical-coordinate representation of color #DF4D87: hue angle of 336.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D87 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 135 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.13 |
| HSL | 336.16º | 0.7% | 0.59% | - |
| HSV(B) | 336.16º | 0.65% | 0.87% | - |
| XYZ | 37.46 | 22.75 | 25.34 | - |
| YUV | 127.27 | 132.37 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 135 | 0 | 0.65 | 0.39 | 0.13 | 336.16 | 0.7 | 0.59 |
| Hex | DF | 4D | 87 | 0 | 41 | 27 | D | 150 | 46 | 3B |
| Octal | 337 | 115 | 207 | 0 | 101 | 47 | 15 | 520 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10000111 | 0 | 1000001 | 100111 | 1101 | 101010000 | 1000110 | 111011 |
Color Harmonies of #DF4D87
Complementary color
Monochromatic Colors of #DF4D87
Black with #DF4D87
Text Example
Text Example
White with #DF4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D87; }
p { color: rgb(223,77,135); }
H1.HeaderClassName
{
color: #DF4D87;
}
.AnyTagClassName
{
color: #DF4D87;
}
</style>
background-color css
<style>
a { background-color: #DF4D87; }
a { background-color: rgb(223,77,135); }
div.DivClassName
{
background-color: #DF4D87;
}
.BgClassName
{
background-color: #DF4D87;
}
</style>
border-color css
<style>
span { border-color: #DF4D87; }
span { border-color: rgb(223,77,135); }
td.TdClassName
{
border-color: #DF4D87;
}
.TagClassName
{
border-color: #DF4D87;
}
</style>