Shades of Hollywood Cerise #DE16AD
Tints of Hollywood Cerise #DE16AD
RGB
CMYK
RGB Variations
Color information
#DE16AD (or 0xDE16AD) is known color: Hollywood Cerise. HEX triplet: DE, 16 and AD. RGB value is (222,22,173). Sum of RGB (Red+Green+Blue) = 222+22+173=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE16AD is #21E952. Grayscale: #626262. Windows color (decimal): -2222419 or 11343582. OLE color: 11343582.
HSL color Cylindrical-coordinate representation of color #DE16AD: hue angle of 314.7º 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 #DE16AD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 173 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 314.7º | 0.82% | 0.48% | - |
| HSV(B) | 314.7º | 0.9% | 0.87% | - |
| XYZ | 37.95 | 19.12 | 41.23 | - |
| YUV | 99.01 | 169.76 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 173 | 0 | 0.90 | 0.22 | 0.13 | 314.7 | 0.82 | 0.48 |
| Hex | DE | 16 | AD | 0 | 5A | 16 | D | 13B | 52 | 30 |
| Octal | 336 | 26 | 255 | 0 | 132 | 26 | 15 | 473 | 122 | 60 |
| Binary | 11011110 | 10110 | 10101101 | 0 | 1011010 | 10110 | 1101 | 100111011 | 1010010 | 110000 |
Color Harmonies of #DE16AD
Complementary color
Monochromatic Colors of #DE16AD
Black with #DE16AD
Text Example
Text Example
White with #DE16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16AD; }
p { color: rgb(222,22,173); }
H1.HeaderClassName
{
color: #DE16AD;
}
.AnyTagClassName
{
color: #DE16AD;
}
</style>
background-color css
<style>
a { background-color: #DE16AD; }
a { background-color: rgb(222,22,173); }
div.DivClassName
{
background-color: #DE16AD;
}
.BgClassName
{
background-color: #DE16AD;
}
</style>
border-color css
<style>
span { border-color: #DE16AD; }
span { border-color: rgb(222,22,173); }
td.TdClassName
{
border-color: #DE16AD;
}
.TagClassName
{
border-color: #DE16AD;
}
</style>