Shades of Hollywood Cerise #DE16AC
Tints of Hollywood Cerise #DE16AC
RGB
CMYK
RGB Variations
Color information
#DE16AC (or 0xDE16AC) is known color: Hollywood Cerise. HEX triplet: DE, 16 and AC. RGB value is (222,22,172). Sum of RGB (Red+Green+Blue) = 222+22+172=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE16AC is #21E953. Grayscale: #626262. Windows color (decimal): -2222420 or 11278046. OLE color: 11278046.
HSL color Cylindrical-coordinate representation of color #DE16AC: hue angle of 315º 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 #DE16AC is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 172 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.13 |
| HSL | 315º | 0.82% | 0.48% | - |
| HSV(B) | 315º | 0.9% | 0.87% | - |
| XYZ | 37.86 | 19.08 | 40.72 | - |
| YUV | 98.9 | 169.26 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 172 | 0 | 0.90 | 0.23 | 0.13 | 315 | 0.82 | 0.48 |
| Hex | DE | 16 | AC | 0 | 5A | 17 | D | 13B | 52 | 30 |
| Octal | 336 | 26 | 254 | 0 | 132 | 27 | 15 | 473 | 122 | 60 |
| Binary | 11011110 | 10110 | 10101100 | 0 | 1011010 | 10111 | 1101 | 100111011 | 1010010 | 110000 |
Color Harmonies of #DE16AC
Complementary color
Monochromatic Colors of #DE16AC
Black with #DE16AC
Text Example
Text Example
White with #DE16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16AC; }
p { color: rgb(222,22,172); }
H1.HeaderClassName
{
color: #DE16AC;
}
.AnyTagClassName
{
color: #DE16AC;
}
</style>
background-color css
<style>
a { background-color: #DE16AC; }
a { background-color: rgb(222,22,172); }
div.DivClassName
{
background-color: #DE16AC;
}
.BgClassName
{
background-color: #DE16AC;
}
</style>
border-color css
<style>
span { border-color: #DE16AC; }
span { border-color: rgb(222,22,172); }
td.TdClassName
{
border-color: #DE16AC;
}
.TagClassName
{
border-color: #DE16AC;
}
</style>