Shades of Hollywood Cerise #DE0094
Tints of Hollywood Cerise #DE0094
RGB
CMYK
RGB Variations
Color information
#DE0094 (or 0xDE0094) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 94. RGB value is (222,0,148). Sum of RGB (Red+Green+Blue) = 222+0+148=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0094 is #21FF6B. Grayscale: #525252. Windows color (decimal): -2228076 or 9699550. OLE color: 9699550.
HSL color Cylindrical-coordinate representation of color #DE0094: hue angle of 320º 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 #DE0094 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.33 | 0.13 |
| HSL | 320º | 1% | 0.44% | - |
| HSV(B) | 320º | 1% | 0.87% | - |
| XYZ | 35.47 | 17.67 | 29.56 | - |
| YUV | 83.25 | 164.55 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 148 | 0 | 1 | 0.33 | 0.13 | 320 | 1 | 0.44 |
| Hex | DE | 0 | 94 | 0 | 64 | 21 | D | 140 | 64 | 2C |
| Octal | 336 | 0 | 224 | 0 | 144 | 41 | 15 | 500 | 144 | 54 |
| Binary | 11011110 | 0 | 10010100 | 0 | 1100100 | 100001 | 1101 | 101000000 | 1100100 | 101100 |
Color Harmonies of #DE0094
Complementary color
Monochromatic Colors of #DE0094
Black with #DE0094
Text Example
Text Example
White with #DE0094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0094; }
p { color: rgb(222,0,148); }
H1.HeaderClassName
{
color: #DE0094;
}
.AnyTagClassName
{
color: #DE0094;
}
</style>
background-color css
<style>
a { background-color: #DE0094; }
a { background-color: rgb(222,0,148); }
div.DivClassName
{
background-color: #DE0094;
}
.BgClassName
{
background-color: #DE0094;
}
</style>
border-color css
<style>
span { border-color: #DE0094; }
span { border-color: rgb(222,0,148); }
td.TdClassName
{
border-color: #DE0094;
}
.TagClassName
{
border-color: #DE0094;
}
</style>