Shades of Dark Pink #DF4C89
Tints of Dark Pink #DF4C89
RGB
CMYK
RGB Variations
Color information
#DF4C89 (or 0xDF4C89) is known color: Dark Pink. HEX triplet: DF, 4C and 89. RGB value is (223,76,137). Sum of RGB (Red+Green+Blue) = 223+76+137=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4C89 is #20B376. Grayscale: #7E7E7E. Windows color (decimal): -2143095 or 8998111. OLE color: 8998111.
HSL color Cylindrical-coordinate representation of color #DF4C89: hue angle of 335.1º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4C89 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 137 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.13 |
| HSL | 335.1º | 0.7% | 0.59% | - |
| HSV(B) | 335.1º | 0.66% | 0.87% | - |
| XYZ | 37.53 | 22.66 | 26.06 | - |
| YUV | 126.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 137 | 0 | 0.66 | 0.39 | 0.13 | 335.1 | 0.7 | 0.59 |
| Hex | DF | 4C | 89 | 0 | 42 | 27 | D | 14F | 46 | 3B |
| Octal | 337 | 114 | 211 | 0 | 102 | 47 | 15 | 517 | 106 | 73 |
| Binary | 11011111 | 1001100 | 10001001 | 0 | 1000010 | 100111 | 1101 | 101001111 | 1000110 | 111011 |
Color Harmonies of #DF4C89
Complementary color
Monochromatic Colors of #DF4C89
Black with #DF4C89
Text Example
Text Example
White with #DF4C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C89; }
p { color: rgb(223,76,137); }
H1.HeaderClassName
{
color: #DF4C89;
}
.AnyTagClassName
{
color: #DF4C89;
}
</style>
background-color css
<style>
a { background-color: #DF4C89; }
a { background-color: rgb(223,76,137); }
div.DivClassName
{
background-color: #DF4C89;
}
.BgClassName
{
background-color: #DF4C89;
}
</style>
border-color css
<style>
span { border-color: #DF4C89; }
span { border-color: rgb(223,76,137); }
td.TdClassName
{
border-color: #DF4C89;
}
.TagClassName
{
border-color: #DF4C89;
}
</style>