Shades of Hollywood Cerise #DB16AB
Tints of Hollywood Cerise #DB16AB
RGB
CMYK
RGB Variations
Color information
#DB16AB (or 0xDB16AB) is known color: Hollywood Cerise. HEX triplet: DB, 16 and AB. RGB value is (219,22,171). Sum of RGB (Red+Green+Blue) = 219+22+171=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB16AB is #24E954. Grayscale: #616161. Windows color (decimal): -2419029 or 11212507. OLE color: 11212507.
HSL color Cylindrical-coordinate representation of color #DB16AB: hue angle of 314.62º 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 #DB16AB is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 171 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.14 |
| HSL | 314.62º | 0.82% | 0.47% | - |
| HSV(B) | 314.62º | 0.9% | 0.86% | - |
| XYZ | 36.85 | 18.57 | 40.17 | - |
| YUV | 97.89 | 169.27 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 171 | 0 | 0.90 | 0.22 | 0.14 | 314.62 | 0.82 | 0.47 |
| Hex | DB | 16 | AB | 0 | 5A | 16 | E | 13B | 52 | 2F |
| Octal | 333 | 26 | 253 | 0 | 132 | 26 | 16 | 473 | 122 | 57 |
| Binary | 11011011 | 10110 | 10101011 | 0 | 1011010 | 10110 | 1110 | 100111011 | 1010010 | 101111 |
Color Harmonies of #DB16AB
Complementary color
Monochromatic Colors of #DB16AB
Black with #DB16AB
Text Example
Text Example
White with #DB16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16AB; }
p { color: rgb(219,22,171); }
H1.HeaderClassName
{
color: #DB16AB;
}
.AnyTagClassName
{
color: #DB16AB;
}
</style>
background-color css
<style>
a { background-color: #DB16AB; }
a { background-color: rgb(219,22,171); }
div.DivClassName
{
background-color: #DB16AB;
}
.BgClassName
{
background-color: #DB16AB;
}
</style>
border-color css
<style>
span { border-color: #DB16AB; }
span { border-color: rgb(219,22,171); }
td.TdClassName
{
border-color: #DB16AB;
}
.TagClassName
{
border-color: #DB16AB;
}
</style>