Shades of Hollywood Cerise #DB16A6
Tints of Hollywood Cerise #DB16A6
RGB
CMYK
RGB Variations
Color information
#DB16A6 (or 0xDB16A6) is known color: Hollywood Cerise. HEX triplet: DB, 16 and A6. RGB value is (219,22,166). Sum of RGB (Red+Green+Blue) = 219+22+166=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB16A6 is #24E959. Grayscale: #606060. Windows color (decimal): -2419034 or 10884827. OLE color: 10884827.
HSL color Cylindrical-coordinate representation of color #DB16A6: hue angle of 316.14º 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 #DB16A6 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 166 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.14 |
| HSL | 316.14º | 0.82% | 0.47% | - |
| HSV(B) | 316.14º | 0.9% | 0.86% | - |
| XYZ | 36.38 | 18.39 | 37.71 | - |
| YUV | 97.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 166 | 0 | 0.90 | 0.24 | 0.14 | 316.14 | 0.82 | 0.47 |
| Hex | DB | 16 | A6 | 0 | 5A | 18 | E | 13C | 52 | 2F |
| Octal | 333 | 26 | 246 | 0 | 132 | 30 | 16 | 474 | 122 | 57 |
| Binary | 11011011 | 10110 | 10100110 | 0 | 1011010 | 11000 | 1110 | 100111100 | 1010010 | 101111 |
Color Harmonies of #DB16A6
Complementary color
Monochromatic Colors of #DB16A6
Black with #DB16A6
Text Example
Text Example
White with #DB16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16A6; }
p { color: rgb(219,22,166); }
H1.HeaderClassName
{
color: #DB16A6;
}
.AnyTagClassName
{
color: #DB16A6;
}
</style>
background-color css
<style>
a { background-color: #DB16A6; }
a { background-color: rgb(219,22,166); }
div.DivClassName
{
background-color: #DB16A6;
}
.BgClassName
{
background-color: #DB16A6;
}
</style>
border-color css
<style>
span { border-color: #DB16A6; }
span { border-color: rgb(219,22,166); }
td.TdClassName
{
border-color: #DB16A6;
}
.TagClassName
{
border-color: #DB16A6;
}
</style>