Shades of Hollywood Cerise #DE0095
Tints of Hollywood Cerise #DE0095
RGB
CMYK
RGB Variations
Color information
#DE0095 (or 0xDE0095) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 95. RGB value is (222,0,149). Sum of RGB (Red+Green+Blue) = 222+0+149=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0095 is #21FF6A. Grayscale: #525252. Windows color (decimal): -2228075 or 9765086. OLE color: 9765086.
HSL color Cylindrical-coordinate representation of color #DE0095: hue angle of 319.73º 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 #DE0095 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.33 | 0.13 |
| HSL | 319.73º | 1% | 0.44% | - |
| HSV(B) | 319.73º | 1% | 0.87% | - |
| XYZ | 35.55 | 17.7 | 29.98 | - |
| YUV | 83.36 | 165.05 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 149 | 0 | 1 | 0.33 | 0.13 | 319.73 | 1 | 0.44 |
| Hex | DE | 0 | 95 | 0 | 64 | 21 | D | 140 | 64 | 2C |
| Octal | 336 | 0 | 225 | 0 | 144 | 41 | 15 | 500 | 144 | 54 |
| Binary | 11011110 | 0 | 10010101 | 0 | 1100100 | 100001 | 1101 | 101000000 | 1100100 | 101100 |
Color Harmonies of #DE0095
Complementary color
Monochromatic Colors of #DE0095
Black with #DE0095
Text Example
Text Example
White with #DE0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0095; }
p { color: rgb(222,0,149); }
H1.HeaderClassName
{
color: #DE0095;
}
.AnyTagClassName
{
color: #DE0095;
}
</style>
background-color css
<style>
a { background-color: #DE0095; }
a { background-color: rgb(222,0,149); }
div.DivClassName
{
background-color: #DE0095;
}
.BgClassName
{
background-color: #DE0095;
}
</style>
border-color css
<style>
span { border-color: #DE0095; }
span { border-color: rgb(222,0,149); }
td.TdClassName
{
border-color: #DE0095;
}
.TagClassName
{
border-color: #DE0095;
}
</style>