Shades of Hollywood Cerise #DF0EAA
Tints of Hollywood Cerise #DF0EAA
RGB
CMYK
RGB Variations
Color information
#DF0EAA (or 0xDF0EAA) is known color: Hollywood Cerise. HEX triplet: DF, 0E and AA. RGB value is (223,14,170). Sum of RGB (Red+Green+Blue) = 223+14+170=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EAA is #20F155. Grayscale: #5D5D5D. Windows color (decimal): -2158934 or 11144927. OLE color: 11144927.
HSL color Cylindrical-coordinate representation of color #DF0EAA: hue angle of 315.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EAA is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 170 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.13 |
| HSL | 315.22º | 0.88% | 0.46% | - |
| HSV(B) | 315.22º | 0.94% | 0.87% | - |
| XYZ | 37.84 | 18.9 | 39.68 | - |
| YUV | 94.28 | 170.74 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 170 | 0 | 0.94 | 0.24 | 0.13 | 315.22 | 0.88 | 0.46 |
| Hex | DF | E | AA | 0 | 5E | 18 | D | 13B | 58 | 2E |
| Octal | 337 | 16 | 252 | 0 | 136 | 30 | 15 | 473 | 130 | 56 |
| Binary | 11011111 | 1110 | 10101010 | 0 | 1011110 | 11000 | 1101 | 100111011 | 1011000 | 101110 |
Color Harmonies of #DF0EAA
Complementary color
Monochromatic Colors of #DF0EAA
Black with #DF0EAA
Text Example
Text Example
White with #DF0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EAA; }
p { color: rgb(223,14,170); }
H1.HeaderClassName
{
color: #DF0EAA;
}
.AnyTagClassName
{
color: #DF0EAA;
}
</style>
background-color css
<style>
a { background-color: #DF0EAA; }
a { background-color: rgb(223,14,170); }
div.DivClassName
{
background-color: #DF0EAA;
}
.BgClassName
{
background-color: #DF0EAA;
}
</style>
border-color css
<style>
span { border-color: #DF0EAA; }
span { border-color: rgb(223,14,170); }
td.TdClassName
{
border-color: #DF0EAA;
}
.TagClassName
{
border-color: #DF0EAA;
}
</style>