Shades of Hollywood Cerise #DE16A8
Tints of Hollywood Cerise #DE16A8
RGB
CMYK
RGB Variations
Color information
#DE16A8 (or 0xDE16A8) is known color: Hollywood Cerise. HEX triplet: DE, 16 and A8. RGB value is (222,22,168). Sum of RGB (Red+Green+Blue) = 222+22+168=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE16A8 is #21E957. Grayscale: #626262. Windows color (decimal): -2222424 or 11015902. OLE color: 11015902.
HSL color Cylindrical-coordinate representation of color #DE16A8: hue angle of 316.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE16A8 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 168 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.13 |
| HSL | 316.2º | 0.82% | 0.48% | - |
| HSV(B) | 316.2º | 0.9% | 0.87% | - |
| XYZ | 37.48 | 18.93 | 38.72 | - |
| YUV | 98.44 | 167.26 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 168 | 0 | 0.90 | 0.24 | 0.13 | 316.2 | 0.82 | 0.48 |
| Hex | DE | 16 | A8 | 0 | 5A | 18 | D | 13C | 52 | 30 |
| Octal | 336 | 26 | 250 | 0 | 132 | 30 | 15 | 474 | 122 | 60 |
| Binary | 11011110 | 10110 | 10101000 | 0 | 1011010 | 11000 | 1101 | 100111100 | 1010010 | 110000 |
Color Harmonies of #DE16A8
Complementary color
Monochromatic Colors of #DE16A8
Black with #DE16A8
Text Example
Text Example
White with #DE16A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16A8; }
p { color: rgb(222,22,168); }
H1.HeaderClassName
{
color: #DE16A8;
}
.AnyTagClassName
{
color: #DE16A8;
}
</style>
background-color css
<style>
a { background-color: #DE16A8; }
a { background-color: rgb(222,22,168); }
div.DivClassName
{
background-color: #DE16A8;
}
.BgClassName
{
background-color: #DE16A8;
}
</style>
border-color css
<style>
span { border-color: #DE16A8; }
span { border-color: rgb(222,22,168); }
td.TdClassName
{
border-color: #DE16A8;
}
.TagClassName
{
border-color: #DE16A8;
}
</style>