Shades of Hollywood Cerise #DE009C
Tints of Hollywood Cerise #DE009C
RGB
CMYK
RGB Variations
Color information
#DE009C (or 0xDE009C) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 9C. RGB value is (222,0,156). Sum of RGB (Red+Green+Blue) = 222+0+156=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE009C is #21FF63. Grayscale: #535353. Windows color (decimal): -2228068 or 10223838. OLE color: 10223838.
HSL color Cylindrical-coordinate representation of color #DE009C: hue angle of 317.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE009C is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.30 | 0.13 |
| HSL | 317.84º | 1% | 0.44% | - |
| HSV(B) | 317.84º | 1% | 0.87% | - |
| XYZ | 36.12 | 17.93 | 33.01 | - |
| YUV | 84.16 | 168.55 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 156 | 0 | 1 | 0.30 | 0.13 | 317.84 | 1 | 0.44 |
| Hex | DE | 0 | 9C | 0 | 64 | 1E | D | 13E | 64 | 2C |
| Octal | 336 | 0 | 234 | 0 | 144 | 36 | 15 | 476 | 144 | 54 |
| Binary | 11011110 | 0 | 10011100 | 0 | 1100100 | 11110 | 1101 | 100111110 | 1100100 | 101100 |
Color Harmonies of #DE009C
Complementary color
Monochromatic Colors of #DE009C
Black with #DE009C
Text Example
Text Example
White with #DE009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE009C; }
p { color: rgb(222,0,156); }
H1.HeaderClassName
{
color: #DE009C;
}
.AnyTagClassName
{
color: #DE009C;
}
</style>
background-color css
<style>
a { background-color: #DE009C; }
a { background-color: rgb(222,0,156); }
div.DivClassName
{
background-color: #DE009C;
}
.BgClassName
{
background-color: #DE009C;
}
</style>
border-color css
<style>
span { border-color: #DE009C; }
span { border-color: rgb(222,0,156); }
td.TdClassName
{
border-color: #DE009C;
}
.TagClassName
{
border-color: #DE009C;
}
</style>