Shades of Hollywood Cerise #DE0495
Tints of Hollywood Cerise #DE0495
RGB
CMYK
RGB Variations
Color information
#DE0495 (or 0xDE0495) is known color: Hollywood Cerise. HEX triplet: DE, 04 and 95. RGB value is (222,4,149). Sum of RGB (Red+Green+Blue) = 222+4+149=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0495 is #21FB6A. Grayscale: #555555. Windows color (decimal): -2227051 or 9766110. OLE color: 9766110.
HSL color Cylindrical-coordinate representation of color #DE0495: hue angle of 320.09º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0495 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.13 |
| HSL | 320.09º | 0.96% | 0.44% | - |
| HSV(B) | 320.09º | 0.98% | 0.87% | - |
| XYZ | 35.59 | 17.79 | 29.99 | - |
| YUV | 85.71 | 163.72 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 149 | 0 | 0.98 | 0.33 | 0.13 | 320.09 | 0.96 | 0.44 |
| Hex | DE | 4 | 95 | 0 | 62 | 21 | D | 140 | 60 | 2C |
| Octal | 336 | 4 | 225 | 0 | 142 | 41 | 15 | 500 | 140 | 54 |
| Binary | 11011110 | 100 | 10010101 | 0 | 1100010 | 100001 | 1101 | 101000000 | 1100000 | 101100 |
Color Harmonies of #DE0495
Complementary color
Monochromatic Colors of #DE0495
Black with #DE0495
Text Example
Text Example
White with #DE0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0495; }
p { color: rgb(222,4,149); }
H1.HeaderClassName
{
color: #DE0495;
}
.AnyTagClassName
{
color: #DE0495;
}
</style>
background-color css
<style>
a { background-color: #DE0495; }
a { background-color: rgb(222,4,149); }
div.DivClassName
{
background-color: #DE0495;
}
.BgClassName
{
background-color: #DE0495;
}
</style>
border-color css
<style>
span { border-color: #DE0495; }
span { border-color: rgb(222,4,149); }
td.TdClassName
{
border-color: #DE0495;
}
.TagClassName
{
border-color: #DE0495;
}
</style>