Shades of Hollywood Cerise #DE039E
Tints of Hollywood Cerise #DE039E
RGB
CMYK
RGB Variations
Color information
#DE039E (or 0xDE039E) is known color: Hollywood Cerise. HEX triplet: DE, 03 and 9E. RGB value is (222,3,158). Sum of RGB (Red+Green+Blue) = 222+3+158=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE039E is #21FC61. Grayscale: #555555. Windows color (decimal): -2227298 or 10355678. OLE color: 10355678.
HSL color Cylindrical-coordinate representation of color #DE039E: hue angle of 317.53º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE039E is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.13 |
| HSL | 317.53º | 0.97% | 0.44% | - |
| HSV(B) | 317.53º | 0.99% | 0.87% | - |
| XYZ | 36.33 | 18.06 | 33.92 | - |
| YUV | 86.15 | 168.55 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 3 | 158 | 0 | 0.99 | 0.29 | 0.13 | 317.53 | 0.97 | 0.44 |
| Hex | DE | 3 | 9E | 0 | 63 | 1D | D | 13E | 61 | 2C |
| Octal | 336 | 3 | 236 | 0 | 143 | 35 | 15 | 476 | 141 | 54 |
| Binary | 11011110 | 11 | 10011110 | 0 | 1100011 | 11101 | 1101 | 100111110 | 1100001 | 101100 |
Color Harmonies of #DE039E
Complementary color
Monochromatic Colors of #DE039E
Black with #DE039E
Text Example
Text Example
White with #DE039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE039E; }
p { color: rgb(222,3,158); }
H1.HeaderClassName
{
color: #DE039E;
}
.AnyTagClassName
{
color: #DE039E;
}
</style>
background-color css
<style>
a { background-color: #DE039E; }
a { background-color: rgb(222,3,158); }
div.DivClassName
{
background-color: #DE039E;
}
.BgClassName
{
background-color: #DE039E;
}
</style>
border-color css
<style>
span { border-color: #DE039E; }
span { border-color: rgb(222,3,158); }
td.TdClassName
{
border-color: #DE039E;
}
.TagClassName
{
border-color: #DE039E;
}
</style>