Shades of Dark Pink #DF4986
Tints of Dark Pink #DF4986
RGB
CMYK
RGB Variations
Color information
#DF4986 (or 0xDF4986) is known color: Dark Pink. HEX triplet: DF, 49 and 86. RGB value is (223,73,134). Sum of RGB (Red+Green+Blue) = 223+73+134=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4986 is #20B679. Grayscale: #7C7C7C. Windows color (decimal): -2143866 or 8800735. OLE color: 8800735.
HSL color Cylindrical-coordinate representation of color #DF4986: hue angle of 335.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4986 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 134 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.13 |
| HSL | 335.6º | 0.7% | 0.58% | - |
| HSV(B) | 335.6º | 0.67% | 0.87% | - |
| XYZ | 37.12 | 22.17 | 24.88 | - |
| YUV | 124.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 134 | 0 | 0.67 | 0.40 | 0.13 | 335.6 | 0.7 | 0.58 |
| Hex | DF | 49 | 86 | 0 | 43 | 28 | D | 150 | 46 | 3A |
| Octal | 337 | 111 | 206 | 0 | 103 | 50 | 15 | 520 | 106 | 72 |
| Binary | 11011111 | 1001001 | 10000110 | 0 | 1000011 | 101000 | 1101 | 101010000 | 1000110 | 111010 |
Color Harmonies of #DF4986
Complementary color
Monochromatic Colors of #DF4986
Black with #DF4986
Text Example
Text Example
White with #DF4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4986; }
p { color: rgb(223,73,134); }
H1.HeaderClassName
{
color: #DF4986;
}
.AnyTagClassName
{
color: #DF4986;
}
</style>
background-color css
<style>
a { background-color: #DF4986; }
a { background-color: rgb(223,73,134); }
div.DivClassName
{
background-color: #DF4986;
}
.BgClassName
{
background-color: #DF4986;
}
</style>
border-color css
<style>
span { border-color: #DF4986; }
span { border-color: rgb(223,73,134); }
td.TdClassName
{
border-color: #DF4986;
}
.TagClassName
{
border-color: #DF4986;
}
</style>