Shades of Hollywood Cerise #DB18A9
Tints of Hollywood Cerise #DB18A9
RGB
CMYK
RGB Variations
Color information
#DB18A9 (or 0xDB18A9) is known color: Hollywood Cerise. HEX triplet: DB, 18 and A9. RGB value is (219,24,169). Sum of RGB (Red+Green+Blue) = 219+24+169=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18A9 is #24E756. Grayscale: #626262. Windows color (decimal): -2418519 or 11081947. OLE color: 11081947.
HSL color Cylindrical-coordinate representation of color #DB18A9: hue angle of 315.38º 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 #DB18A9 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 169 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.14 |
| HSL | 315.38º | 0.8% | 0.48% | - |
| HSV(B) | 315.38º | 0.89% | 0.86% | - |
| XYZ | 36.7 | 18.58 | 39.19 | - |
| YUV | 98.84 | 167.6 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 169 | 0 | 0.89 | 0.23 | 0.14 | 315.38 | 0.8 | 0.48 |
| Hex | DB | 18 | A9 | 0 | 59 | 17 | E | 13B | 50 | 30 |
| Octal | 333 | 30 | 251 | 0 | 131 | 27 | 16 | 473 | 120 | 60 |
| Binary | 11011011 | 11000 | 10101001 | 0 | 1011001 | 10111 | 1110 | 100111011 | 1010000 | 110000 |
Color Harmonies of #DB18A9
Complementary color
Monochromatic Colors of #DB18A9
Black with #DB18A9
Text Example
Text Example
White with #DB18A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18A9; }
p { color: rgb(219,24,169); }
H1.HeaderClassName
{
color: #DB18A9;
}
.AnyTagClassName
{
color: #DB18A9;
}
</style>
background-color css
<style>
a { background-color: #DB18A9; }
a { background-color: rgb(219,24,169); }
div.DivClassName
{
background-color: #DB18A9;
}
.BgClassName
{
background-color: #DB18A9;
}
</style>
border-color css
<style>
span { border-color: #DB18A9; }
span { border-color: rgb(219,24,169); }
td.TdClassName
{
border-color: #DB18A9;
}
.TagClassName
{
border-color: #DB18A9;
}
</style>