Shades of Dark Pink #DF4D89
Tints of Dark Pink #DF4D89
RGB
CMYK
RGB Variations
Color information
#DF4D89 (or 0xDF4D89) is known color: Dark Pink. HEX triplet: DF, 4D and 89. RGB value is (223,77,137). Sum of RGB (Red+Green+Blue) = 223+77+137=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D89 is #20B276. Grayscale: #7F7F7F. Windows color (decimal): -2142839 or 8998367. OLE color: 8998367.
HSL color Cylindrical-coordinate representation of color #DF4D89: hue angle of 335.34º 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 #DF4D89 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 137 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.13 |
| HSL | 335.34º | 0.7% | 0.59% | - |
| HSV(B) | 335.34º | 0.65% | 0.87% | - |
| XYZ | 37.6 | 22.8 | 26.09 | - |
| YUV | 127.49 | 133.37 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 137 | 0 | 0.65 | 0.39 | 0.13 | 335.34 | 0.7 | 0.59 |
| Hex | DF | 4D | 89 | 0 | 41 | 27 | D | 14F | 46 | 3B |
| Octal | 337 | 115 | 211 | 0 | 101 | 47 | 15 | 517 | 106 | 73 |
| Binary | 11011111 | 1001101 | 10001001 | 0 | 1000001 | 100111 | 1101 | 101001111 | 1000110 | 111011 |
Color Harmonies of #DF4D89
Complementary color
Monochromatic Colors of #DF4D89
Black with #DF4D89
Text Example
Text Example
White with #DF4D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D89; }
p { color: rgb(223,77,137); }
H1.HeaderClassName
{
color: #DF4D89;
}
.AnyTagClassName
{
color: #DF4D89;
}
</style>
background-color css
<style>
a { background-color: #DF4D89; }
a { background-color: rgb(223,77,137); }
div.DivClassName
{
background-color: #DF4D89;
}
.BgClassName
{
background-color: #DF4D89;
}
</style>
border-color css
<style>
span { border-color: #DF4D89; }
span { border-color: rgb(223,77,137); }
td.TdClassName
{
border-color: #DF4D89;
}
.TagClassName
{
border-color: #DF4D89;
}
</style>