Shades of Hollywood Cerise #DF0E9E
Tints of Hollywood Cerise #DF0E9E
RGB
CMYK
RGB Variations
Color information
#DF0E9E (or 0xDF0E9E) is known color: Hollywood Cerise. HEX triplet: DF, 0E and 9E. RGB value is (223,14,158). Sum of RGB (Red+Green+Blue) = 223+14+158=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E9E is #20F161. Grayscale: #5C5C5C. Windows color (decimal): -2158946 or 10358495. OLE color: 10358495.
HSL color Cylindrical-coordinate representation of color #DF0E9E: hue angle of 318.66º 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 #DF0E9E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 158 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.13 |
| HSL | 318.66º | 0.88% | 0.46% | - |
| HSV(B) | 318.66º | 0.94% | 0.87% | - |
| XYZ | 36.76 | 18.47 | 33.98 | - |
| YUV | 92.91 | 164.74 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 158 | 0 | 0.94 | 0.29 | 0.13 | 318.66 | 0.88 | 0.46 |
| Hex | DF | E | 9E | 0 | 5E | 1D | D | 13F | 58 | 2E |
| Octal | 337 | 16 | 236 | 0 | 136 | 35 | 15 | 477 | 130 | 56 |
| Binary | 11011111 | 1110 | 10011110 | 0 | 1011110 | 11101 | 1101 | 100111111 | 1011000 | 101110 |
Color Harmonies of #DF0E9E
Complementary color
Monochromatic Colors of #DF0E9E
Black with #DF0E9E
Text Example
Text Example
White with #DF0E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E9E; }
p { color: rgb(223,14,158); }
H1.HeaderClassName
{
color: #DF0E9E;
}
.AnyTagClassName
{
color: #DF0E9E;
}
</style>
background-color css
<style>
a { background-color: #DF0E9E; }
a { background-color: rgb(223,14,158); }
div.DivClassName
{
background-color: #DF0E9E;
}
.BgClassName
{
background-color: #DF0E9E;
}
</style>
border-color css
<style>
span { border-color: #DF0E9E; }
span { border-color: rgb(223,14,158); }
td.TdClassName
{
border-color: #DF0E9E;
}
.TagClassName
{
border-color: #DF0E9E;
}
</style>