Shades of Hollywood Cerise #DF0E95
Tints of Hollywood Cerise #DF0E95
RGB
CMYK
RGB Variations
Color information
#DF0E95 (or 0xDF0E95) is known color: Hollywood Cerise. HEX triplet: DF, 0E and 95. RGB value is (223,14,149). Sum of RGB (Red+Green+Blue) = 223+14+149=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E95 is #20F16A. Grayscale: #5B5B5B. Windows color (decimal): -2158955 or 9768671. OLE color: 9768671.
HSL color Cylindrical-coordinate representation of color #DF0E95: hue angle of 321.24º 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 #DF0E95 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 149 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.13 |
| HSL | 321.24º | 0.88% | 0.46% | - |
| HSV(B) | 321.24º | 0.94% | 0.87% | - |
| XYZ | 36.01 | 18.17 | 30.04 | - |
| YUV | 91.88 | 160.24 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 149 | 0 | 0.94 | 0.33 | 0.13 | 321.24 | 0.88 | 0.46 |
| Hex | DF | E | 95 | 0 | 5E | 21 | D | 141 | 58 | 2E |
| Octal | 337 | 16 | 225 | 0 | 136 | 41 | 15 | 501 | 130 | 56 |
| Binary | 11011111 | 1110 | 10010101 | 0 | 1011110 | 100001 | 1101 | 101000001 | 1011000 | 101110 |
Color Harmonies of #DF0E95
Complementary color
Monochromatic Colors of #DF0E95
Black with #DF0E95
Text Example
Text Example
White with #DF0E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E95; }
p { color: rgb(223,14,149); }
H1.HeaderClassName
{
color: #DF0E95;
}
.AnyTagClassName
{
color: #DF0E95;
}
</style>
background-color css
<style>
a { background-color: #DF0E95; }
a { background-color: rgb(223,14,149); }
div.DivClassName
{
background-color: #DF0E95;
}
.BgClassName
{
background-color: #DF0E95;
}
</style>
border-color css
<style>
span { border-color: #DF0E95; }
span { border-color: rgb(223,14,149); }
td.TdClassName
{
border-color: #DF0E95;
}
.TagClassName
{
border-color: #DF0E95;
}
</style>