Shades of Dark Pink #DF4786
Tints of Dark Pink #DF4786
RGB
CMYK
RGB Variations
Color information
#DF4786 (or 0xDF4786) is known color: Dark Pink. HEX triplet: DF, 47 and 86. RGB value is (223,71,134). Sum of RGB (Red+Green+Blue) = 223+71+134=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4786 is #20B879. Grayscale: #7B7B7B. Windows color (decimal): -2144378 or 8800223. OLE color: 8800223.
HSL color Cylindrical-coordinate representation of color #DF4786: hue angle of 335.13º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4786 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 134 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.13 |
| HSL | 335.13º | 0.7% | 0.58% | - |
| HSV(B) | 335.13º | 0.68% | 0.87% | - |
| XYZ | 36.99 | 21.92 | 24.83 | - |
| YUV | 123.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 134 | 0 | 0.68 | 0.40 | 0.13 | 335.13 | 0.7 | 0.58 |
| Hex | DF | 47 | 86 | 0 | 44 | 28 | D | 14F | 46 | 3A |
| Octal | 337 | 107 | 206 | 0 | 104 | 50 | 15 | 517 | 106 | 72 |
| Binary | 11011111 | 1000111 | 10000110 | 0 | 1000100 | 101000 | 1101 | 101001111 | 1000110 | 111010 |
Color Harmonies of #DF4786
Complementary color
Monochromatic Colors of #DF4786
Black with #DF4786
Text Example
Text Example
White with #DF4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4786; }
p { color: rgb(223,71,134); }
H1.HeaderClassName
{
color: #DF4786;
}
.AnyTagClassName
{
color: #DF4786;
}
</style>
background-color css
<style>
a { background-color: #DF4786; }
a { background-color: rgb(223,71,134); }
div.DivClassName
{
background-color: #DF4786;
}
.BgClassName
{
background-color: #DF4786;
}
</style>
border-color css
<style>
span { border-color: #DF4786; }
span { border-color: rgb(223,71,134); }
td.TdClassName
{
border-color: #DF4786;
}
.TagClassName
{
border-color: #DF4786;
}
</style>