Shades of Hollywood Cerise #DB19A8
Tints of Hollywood Cerise #DB19A8
RGB
CMYK
RGB Variations
Color information
#DB19A8 (or 0xDB19A8) is known color: Hollywood Cerise. HEX triplet: DB, 19 and A8. RGB value is (219,25,168). Sum of RGB (Red+Green+Blue) = 219+25+168=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19A8 is #24E657. Grayscale: #626262. Windows color (decimal): -2418264 or 11016667. OLE color: 11016667.
HSL color Cylindrical-coordinate representation of color #DB19A8: hue angle of 315.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19A8 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 168 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.14 |
| HSL | 315.77º | 0.8% | 0.48% | - |
| HSV(B) | 315.77º | 0.89% | 0.86% | - |
| XYZ | 36.63 | 18.58 | 38.7 | - |
| YUV | 99.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 168 | 0 | 0.89 | 0.23 | 0.14 | 315.77 | 0.8 | 0.48 |
| Hex | DB | 19 | A8 | 0 | 59 | 17 | E | 13C | 50 | 30 |
| Octal | 333 | 31 | 250 | 0 | 131 | 27 | 16 | 474 | 120 | 60 |
| Binary | 11011011 | 11001 | 10101000 | 0 | 1011001 | 10111 | 1110 | 100111100 | 1010000 | 110000 |
Color Harmonies of #DB19A8
Complementary color
Monochromatic Colors of #DB19A8
Black with #DB19A8
Text Example
Text Example
White with #DB19A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB19A8; }
p { color: rgb(219,25,168); }
H1.HeaderClassName
{
color: #DB19A8;
}
.AnyTagClassName
{
color: #DB19A8;
}
</style>
background-color css
<style>
a { background-color: #DB19A8; }
a { background-color: rgb(219,25,168); }
div.DivClassName
{
background-color: #DB19A8;
}
.BgClassName
{
background-color: #DB19A8;
}
</style>
border-color css
<style>
span { border-color: #DB19A8; }
span { border-color: rgb(219,25,168); }
td.TdClassName
{
border-color: #DB19A8;
}
.TagClassName
{
border-color: #DB19A8;
}
</style>