Shades of Hollywood Cerise #DF0E97
Tints of Hollywood Cerise #DF0E97
RGB
CMYK
RGB Variations
Color information
#DF0E97 (or 0xDF0E97) is known color: Hollywood Cerise. HEX triplet: DF, 0E and 97. RGB value is (223,14,151). Sum of RGB (Red+Green+Blue) = 223+14+151=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E97 is #20F168. Grayscale: #5B5B5B. Windows color (decimal): -2158953 or 9899743. OLE color: 9899743.
HSL color Cylindrical-coordinate representation of color #DF0E97: hue angle of 320.67º 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 #DF0E97 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 151 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.13 |
| HSL | 320.67º | 0.88% | 0.46% | - |
| HSV(B) | 320.67º | 0.94% | 0.87% | - |
| XYZ | 36.17 | 18.24 | 30.89 | - |
| YUV | 92.11 | 161.24 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 151 | 0 | 0.94 | 0.32 | 0.13 | 320.67 | 0.88 | 0.46 |
| Hex | DF | E | 97 | 0 | 5E | 20 | D | 141 | 58 | 2E |
| Octal | 337 | 16 | 227 | 0 | 136 | 40 | 15 | 501 | 130 | 56 |
| Binary | 11011111 | 1110 | 10010111 | 0 | 1011110 | 100000 | 1101 | 101000001 | 1011000 | 101110 |
Color Harmonies of #DF0E97
Complementary color
Monochromatic Colors of #DF0E97
Black with #DF0E97
Text Example
Text Example
White with #DF0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E97; }
p { color: rgb(223,14,151); }
H1.HeaderClassName
{
color: #DF0E97;
}
.AnyTagClassName
{
color: #DF0E97;
}
</style>
background-color css
<style>
a { background-color: #DF0E97; }
a { background-color: rgb(223,14,151); }
div.DivClassName
{
background-color: #DF0E97;
}
.BgClassName
{
background-color: #DF0E97;
}
</style>
border-color css
<style>
span { border-color: #DF0E97; }
span { border-color: rgb(223,14,151); }
td.TdClassName
{
border-color: #DF0E97;
}
.TagClassName
{
border-color: #DF0E97;
}
</style>