Shades of Hollywood Cerise #DE0192
Tints of Hollywood Cerise #DE0192
RGB
CMYK
RGB Variations
Color information
#DE0192 (or 0xDE0192) is known color: Hollywood Cerise. HEX triplet: DE, 01 and 92. RGB value is (222,1,146). Sum of RGB (Red+Green+Blue) = 222+1+146=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0192 is #21FE6D. Grayscale: #535353. Windows color (decimal): -2227822 or 9568734. OLE color: 9568734.
HSL color Cylindrical-coordinate representation of color #DE0192: hue angle of 320.63º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0192 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.13 |
| HSL | 320.63º | 0.99% | 0.44% | - |
| HSV(B) | 320.63º | 1% | 0.87% | - |
| XYZ | 35.32 | 17.63 | 28.73 | - |
| YUV | 83.61 | 163.22 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 146 | 0 | 1.00 | 0.34 | 0.13 | 320.63 | 0.99 | 0.44 |
| Hex | DE | 1 | 92 | 0 | 64 | 22 | D | 141 | 63 | 2C |
| Octal | 336 | 1 | 222 | 0 | 144 | 42 | 15 | 501 | 143 | 54 |
| Binary | 11011110 | 1 | 10010010 | 0 | 1100100 | 100010 | 1101 | 101000001 | 1100011 | 101100 |
Color Harmonies of #DE0192
Complementary color
Monochromatic Colors of #DE0192
Black with #DE0192
Text Example
Text Example
White with #DE0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0192; }
p { color: rgb(222,1,146); }
H1.HeaderClassName
{
color: #DE0192;
}
.AnyTagClassName
{
color: #DE0192;
}
</style>
background-color css
<style>
a { background-color: #DE0192; }
a { background-color: rgb(222,1,146); }
div.DivClassName
{
background-color: #DE0192;
}
.BgClassName
{
background-color: #DE0192;
}
</style>
border-color css
<style>
span { border-color: #DE0192; }
span { border-color: rgb(222,1,146); }
td.TdClassName
{
border-color: #DE0192;
}
.TagClassName
{
border-color: #DE0192;
}
</style>