Shades of Hollywood Cerise #DF0EAB
Tints of Hollywood Cerise #DF0EAB
RGB
CMYK
RGB Variations
Color information
#DF0EAB (or 0xDF0EAB) is known color: Hollywood Cerise. HEX triplet: DF, 0E and AB. RGB value is (223,14,171). Sum of RGB (Red+Green+Blue) = 223+14+171=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EAB is #20F154. Grayscale: #5D5D5D. Windows color (decimal): -2158933 or 11210463. OLE color: 11210463.
HSL color Cylindrical-coordinate representation of color #DF0EAB: hue angle of 314.93º 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 #DF0EAB is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 171 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.13 |
| HSL | 314.93º | 0.88% | 0.46% | - |
| HSV(B) | 314.93º | 0.94% | 0.87% | - |
| XYZ | 37.94 | 18.94 | 40.18 | - |
| YUV | 94.39 | 171.24 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 171 | 0 | 0.94 | 0.23 | 0.13 | 314.93 | 0.88 | 0.46 |
| Hex | DF | E | AB | 0 | 5E | 17 | D | 13B | 58 | 2E |
| Octal | 337 | 16 | 253 | 0 | 136 | 27 | 15 | 473 | 130 | 56 |
| Binary | 11011111 | 1110 | 10101011 | 0 | 1011110 | 10111 | 1101 | 100111011 | 1011000 | 101110 |
Color Harmonies of #DF0EAB
Complementary color
Monochromatic Colors of #DF0EAB
Black with #DF0EAB
Text Example
Text Example
White with #DF0EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EAB; }
p { color: rgb(223,14,171); }
H1.HeaderClassName
{
color: #DF0EAB;
}
.AnyTagClassName
{
color: #DF0EAB;
}
</style>
background-color css
<style>
a { background-color: #DF0EAB; }
a { background-color: rgb(223,14,171); }
div.DivClassName
{
background-color: #DF0EAB;
}
.BgClassName
{
background-color: #DF0EAB;
}
</style>
border-color css
<style>
span { border-color: #DF0EAB; }
span { border-color: rgb(223,14,171); }
td.TdClassName
{
border-color: #DF0EAB;
}
.TagClassName
{
border-color: #DF0EAB;
}
</style>