Shades of Hollywood Cerise #DB16A0
Tints of Hollywood Cerise #DB16A0
RGB
CMYK
RGB Variations
Color information
#DB16A0 (or 0xDB16A0) is known color: Hollywood Cerise. HEX triplet: DB, 16 and A0. RGB value is (219,22,160). Sum of RGB (Red+Green+Blue) = 219+22+160=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB16A0 is #24E95F. Grayscale: #606060. Windows color (decimal): -2419040 or 10491611. OLE color: 10491611.
HSL color Cylindrical-coordinate representation of color #DB16A0: hue angle of 317.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16A0 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 160 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.14 |
| HSL | 317.97º | 0.82% | 0.47% | - |
| HSV(B) | 317.97º | 0.9% | 0.86% | - |
| XYZ | 35.85 | 18.17 | 34.88 | - |
| YUV | 96.64 | 163.77 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 160 | 0 | 0.90 | 0.27 | 0.14 | 317.97 | 0.82 | 0.47 |
| Hex | DB | 16 | A0 | 0 | 5A | 1B | E | 13E | 52 | 2F |
| Octal | 333 | 26 | 240 | 0 | 132 | 33 | 16 | 476 | 122 | 57 |
| Binary | 11011011 | 10110 | 10100000 | 0 | 1011010 | 11011 | 1110 | 100111110 | 1010010 | 101111 |
Color Harmonies of #DB16A0
Complementary color
Monochromatic Colors of #DB16A0
Black with #DB16A0
Text Example
Text Example
White with #DB16A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16A0; }
p { color: rgb(219,22,160); }
H1.HeaderClassName
{
color: #DB16A0;
}
.AnyTagClassName
{
color: #DB16A0;
}
</style>
background-color css
<style>
a { background-color: #DB16A0; }
a { background-color: rgb(219,22,160); }
div.DivClassName
{
background-color: #DB16A0;
}
.BgClassName
{
background-color: #DB16A0;
}
</style>
border-color css
<style>
span { border-color: #DB16A0; }
span { border-color: rgb(219,22,160); }
td.TdClassName
{
border-color: #DB16A0;
}
.TagClassName
{
border-color: #DB16A0;
}
</style>