Shades of Hollywood Cerise #DF0EAF
Tints of Hollywood Cerise #DF0EAF
RGB
CMYK
RGB Variations
Color information
#DF0EAF (or 0xDF0EAF) is known color: Hollywood Cerise. HEX triplet: DF, 0E and AF. RGB value is (223,14,175). Sum of RGB (Red+Green+Blue) = 223+14+175=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EAF is #20F150. Grayscale: #5E5E5E. Windows color (decimal): -2158929 or 11472607. OLE color: 11472607.
HSL color Cylindrical-coordinate representation of color #DF0EAF: hue angle of 313.78º 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 #DF0EAF is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 175 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.13 |
| HSL | 313.78º | 0.88% | 0.46% | - |
| HSV(B) | 313.78º | 0.94% | 0.87% | - |
| XYZ | 38.33 | 19.1 | 42.22 | - |
| YUV | 94.85 | 173.24 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 175 | 0 | 0.94 | 0.22 | 0.13 | 313.78 | 0.88 | 0.46 |
| Hex | DF | E | AF | 0 | 5E | 16 | D | 13A | 58 | 2E |
| Octal | 337 | 16 | 257 | 0 | 136 | 26 | 15 | 472 | 130 | 56 |
| Binary | 11011111 | 1110 | 10101111 | 0 | 1011110 | 10110 | 1101 | 100111010 | 1011000 | 101110 |
Color Harmonies of #DF0EAF
Complementary color
Monochromatic Colors of #DF0EAF
Black with #DF0EAF
Text Example
Text Example
White with #DF0EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EAF; }
p { color: rgb(223,14,175); }
H1.HeaderClassName
{
color: #DF0EAF;
}
.AnyTagClassName
{
color: #DF0EAF;
}
</style>
background-color css
<style>
a { background-color: #DF0EAF; }
a { background-color: rgb(223,14,175); }
div.DivClassName
{
background-color: #DF0EAF;
}
.BgClassName
{
background-color: #DF0EAF;
}
</style>
border-color css
<style>
span { border-color: #DF0EAF; }
span { border-color: rgb(223,14,175); }
td.TdClassName
{
border-color: #DF0EAF;
}
.TagClassName
{
border-color: #DF0EAF;
}
</style>