Shades of Hollywood Cerise #DE0093
Tints of Hollywood Cerise #DE0093
RGB
CMYK
RGB Variations
Color information
#DE0093 (or 0xDE0093) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 93. RGB value is (222,0,147). Sum of RGB (Red+Green+Blue) = 222+0+147=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0093 is #21FF6C. Grayscale: #525252. Windows color (decimal): -2228077 or 9634014. OLE color: 9634014.
HSL color Cylindrical-coordinate representation of color #DE0093: hue angle of 320.27º 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 #DE0093 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.34 | 0.13 |
| HSL | 320.27º | 1% | 0.44% | - |
| HSV(B) | 320.27º | 1% | 0.87% | - |
| XYZ | 35.39 | 17.64 | 29.14 | - |
| YUV | 83.14 | 164.05 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 147 | 0 | 1 | 0.34 | 0.13 | 320.27 | 1 | 0.44 |
| Hex | DE | 0 | 93 | 0 | 64 | 22 | D | 140 | 64 | 2C |
| Octal | 336 | 0 | 223 | 0 | 144 | 42 | 15 | 500 | 144 | 54 |
| Binary | 11011110 | 0 | 10010011 | 0 | 1100100 | 100010 | 1101 | 101000000 | 1100100 | 101100 |
Color Harmonies of #DE0093
Complementary color
Monochromatic Colors of #DE0093
Black with #DE0093
Text Example
Text Example
White with #DE0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0093; }
p { color: rgb(222,0,147); }
H1.HeaderClassName
{
color: #DE0093;
}
.AnyTagClassName
{
color: #DE0093;
}
</style>
background-color css
<style>
a { background-color: #DE0093; }
a { background-color: rgb(222,0,147); }
div.DivClassName
{
background-color: #DE0093;
}
.BgClassName
{
background-color: #DE0093;
}
</style>
border-color css
<style>
span { border-color: #DE0093; }
span { border-color: rgb(222,0,147); }
td.TdClassName
{
border-color: #DE0093;
}
.TagClassName
{
border-color: #DE0093;
}
</style>