Shades of Hollywood Cerise #DF0E98
Tints of Hollywood Cerise #DF0E98
RGB
CMYK
RGB Variations
Color information
#DF0E98 (or 0xDF0E98) is known color: Hollywood Cerise. HEX triplet: DF, 0E and 98. RGB value is (223,14,152). Sum of RGB (Red+Green+Blue) = 223+14+152=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E98 is #20F167. Grayscale: #5B5B5B. Windows color (decimal): -2158952 or 9965279. OLE color: 9965279.
HSL color Cylindrical-coordinate representation of color #DF0E98: hue angle of 320.38º 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 #DF0E98 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 152 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.13 |
| HSL | 320.38º | 0.88% | 0.46% | - |
| HSV(B) | 320.38º | 0.94% | 0.87% | - |
| XYZ | 36.26 | 18.27 | 31.32 | - |
| YUV | 92.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 152 | 0 | 0.94 | 0.32 | 0.13 | 320.38 | 0.88 | 0.46 |
| Hex | DF | E | 98 | 0 | 5E | 20 | D | 140 | 58 | 2E |
| Octal | 337 | 16 | 230 | 0 | 136 | 40 | 15 | 500 | 130 | 56 |
| Binary | 11011111 | 1110 | 10011000 | 0 | 1011110 | 100000 | 1101 | 101000000 | 1011000 | 101110 |
Color Harmonies of #DF0E98
Complementary color
Monochromatic Colors of #DF0E98
Black with #DF0E98
Text Example
Text Example
White with #DF0E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E98; }
p { color: rgb(223,14,152); }
H1.HeaderClassName
{
color: #DF0E98;
}
.AnyTagClassName
{
color: #DF0E98;
}
</style>
background-color css
<style>
a { background-color: #DF0E98; }
a { background-color: rgb(223,14,152); }
div.DivClassName
{
background-color: #DF0E98;
}
.BgClassName
{
background-color: #DF0E98;
}
</style>
border-color css
<style>
span { border-color: #DF0E98; }
span { border-color: rgb(223,14,152); }
td.TdClassName
{
border-color: #DF0E98;
}
.TagClassName
{
border-color: #DF0E98;
}
</style>