Shades of Hollywood Cerise #DE0098
Tints of Hollywood Cerise #DE0098
RGB
CMYK
RGB Variations
Color information
#DE0098 (or 0xDE0098) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 98. RGB value is (222,0,152). Sum of RGB (Red+Green+Blue) = 222+0+152=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0098 is #21FF67. Grayscale: #535353. Windows color (decimal): -2228072 or 9961694. OLE color: 9961694.
HSL color Cylindrical-coordinate representation of color #DE0098: hue angle of 318.92º 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 #DE0098 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.32 | 0.13 |
| HSL | 318.92º | 1% | 0.44% | - |
| HSV(B) | 318.92º | 1% | 0.87% | - |
| XYZ | 35.79 | 17.8 | 31.25 | - |
| YUV | 83.71 | 166.55 | 226.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 152 | 0 | 1 | 0.32 | 0.13 | 318.92 | 1 | 0.44 |
| Hex | DE | 0 | 98 | 0 | 64 | 20 | D | 13F | 64 | 2C |
| Octal | 336 | 0 | 230 | 0 | 144 | 40 | 15 | 477 | 144 | 54 |
| Binary | 11011110 | 0 | 10011000 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100100 | 101100 |
Color Harmonies of #DE0098
Complementary color
Monochromatic Colors of #DE0098
Black with #DE0098
Text Example
Text Example
White with #DE0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0098; }
p { color: rgb(222,0,152); }
H1.HeaderClassName
{
color: #DE0098;
}
.AnyTagClassName
{
color: #DE0098;
}
</style>
background-color css
<style>
a { background-color: #DE0098; }
a { background-color: rgb(222,0,152); }
div.DivClassName
{
background-color: #DE0098;
}
.BgClassName
{
background-color: #DE0098;
}
</style>
border-color css
<style>
span { border-color: #DE0098; }
span { border-color: rgb(222,0,152); }
td.TdClassName
{
border-color: #DE0098;
}
.TagClassName
{
border-color: #DE0098;
}
</style>