Shades of Hollywood Cerise #DB16AF
Tints of Hollywood Cerise #DB16AF
RGB
CMYK
RGB Variations
Color information
#DB16AF (or 0xDB16AF) is known color: Hollywood Cerise. HEX triplet: DB, 16 and AF. RGB value is (219,22,175). Sum of RGB (Red+Green+Blue) = 219+22+175=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB16AF is #24E950. Grayscale: #616161. Windows color (decimal): -2419025 or 11474651. OLE color: 11474651.
HSL color Cylindrical-coordinate representation of color #DB16AF: hue angle of 313.4º 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 #DB16AF is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.14 |
| HSL | 313.4º | 0.82% | 0.47% | - |
| HSV(B) | 313.4º | 0.9% | 0.86% | - |
| XYZ | 37.24 | 18.73 | 42.21 | - |
| YUV | 98.35 | 171.27 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 175 | 0 | 0.90 | 0.20 | 0.14 | 313.4 | 0.82 | 0.47 |
| Hex | DB | 16 | AF | 0 | 5A | 14 | E | 139 | 52 | 2F |
| Octal | 333 | 26 | 257 | 0 | 132 | 24 | 16 | 471 | 122 | 57 |
| Binary | 11011011 | 10110 | 10101111 | 0 | 1011010 | 10100 | 1110 | 100111001 | 1010010 | 101111 |
Color Harmonies of #DB16AF
Complementary color
Monochromatic Colors of #DB16AF
Black with #DB16AF
Text Example
Text Example
White with #DB16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16AF; }
p { color: rgb(219,22,175); }
H1.HeaderClassName
{
color: #DB16AF;
}
.AnyTagClassName
{
color: #DB16AF;
}
</style>
background-color css
<style>
a { background-color: #DB16AF; }
a { background-color: rgb(219,22,175); }
div.DivClassName
{
background-color: #DB16AF;
}
.BgClassName
{
background-color: #DB16AF;
}
</style>
border-color css
<style>
span { border-color: #DB16AF; }
span { border-color: rgb(219,22,175); }
td.TdClassName
{
border-color: #DB16AF;
}
.TagClassName
{
border-color: #DB16AF;
}
</style>