Shades of Hollywood Cerise #DE0FAC
Tints of Hollywood Cerise #DE0FAC
RGB
CMYK
RGB Variations
Color information
#DE0FAC (or 0xDE0FAC) is known color: Hollywood Cerise. HEX triplet: DE, 0F and AC. RGB value is (222,15,172). Sum of RGB (Red+Green+Blue) = 222+15+172=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0FAC is #21F053. Grayscale: #5E5E5E. Windows color (decimal): -2224212 or 11276254. OLE color: 11276254.
HSL color Cylindrical-coordinate representation of color #DE0FAC: hue angle of 314.49º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE0FAC is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 15 | 172 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.13 |
| HSL | 314.49º | 0.87% | 0.46% | - |
| HSV(B) | 314.49º | 0.93% | 0.87% | - |
| XYZ | 37.74 | 18.85 | 40.68 | - |
| YUV | 94.79 | 171.58 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 15 | 172 | 0 | 0.93 | 0.23 | 0.13 | 314.49 | 0.87 | 0.46 |
| Hex | DE | F | AC | 0 | 5D | 17 | D | 13A | 57 | 2E |
| Octal | 336 | 17 | 254 | 0 | 135 | 27 | 15 | 472 | 127 | 56 |
| Binary | 11011110 | 1111 | 10101100 | 0 | 1011101 | 10111 | 1101 | 100111010 | 1010111 | 101110 |
Color Harmonies of #DE0FAC
Complementary color
Monochromatic Colors of #DE0FAC
Black with #DE0FAC
Text Example
Text Example
White with #DE0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0FAC; }
p { color: rgb(222,15,172); }
H1.HeaderClassName
{
color: #DE0FAC;
}
.AnyTagClassName
{
color: #DE0FAC;
}
</style>
background-color css
<style>
a { background-color: #DE0FAC; }
a { background-color: rgb(222,15,172); }
div.DivClassName
{
background-color: #DE0FAC;
}
.BgClassName
{
background-color: #DE0FAC;
}
</style>
border-color css
<style>
span { border-color: #DE0FAC; }
span { border-color: rgb(222,15,172); }
td.TdClassName
{
border-color: #DE0FAC;
}
.TagClassName
{
border-color: #DE0FAC;
}
</style>