Shades of Hollywood Cerise #DB18A8
Tints of Hollywood Cerise #DB18A8
RGB
CMYK
RGB Variations
Color information
#DB18A8 (or 0xDB18A8) is known color: Hollywood Cerise. HEX triplet: DB, 18 and A8. RGB value is (219,24,168). Sum of RGB (Red+Green+Blue) = 219+24+168=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18A8 is #24E757. Grayscale: #626262. Windows color (decimal): -2418520 or 11016411. OLE color: 11016411.
HSL color Cylindrical-coordinate representation of color #DB18A8: hue angle of 315.69º 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 #DB18A8 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 168 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.14 |
| HSL | 315.69º | 0.8% | 0.48% | - |
| HSV(B) | 315.69º | 0.89% | 0.86% | - |
| XYZ | 36.61 | 18.54 | 38.7 | - |
| YUV | 98.72 | 167.1 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 168 | 0 | 0.89 | 0.23 | 0.14 | 315.69 | 0.8 | 0.48 |
| Hex | DB | 18 | A8 | 0 | 59 | 17 | E | 13C | 50 | 30 |
| Octal | 333 | 30 | 250 | 0 | 131 | 27 | 16 | 474 | 120 | 60 |
| Binary | 11011011 | 11000 | 10101000 | 0 | 1011001 | 10111 | 1110 | 100111100 | 1010000 | 110000 |
Color Harmonies of #DB18A8
Complementary color
Monochromatic Colors of #DB18A8
Black with #DB18A8
Text Example
Text Example
White with #DB18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18A8; }
p { color: rgb(219,24,168); }
H1.HeaderClassName
{
color: #DB18A8;
}
.AnyTagClassName
{
color: #DB18A8;
}
</style>
background-color css
<style>
a { background-color: #DB18A8; }
a { background-color: rgb(219,24,168); }
div.DivClassName
{
background-color: #DB18A8;
}
.BgClassName
{
background-color: #DB18A8;
}
</style>
border-color css
<style>
span { border-color: #DB18A8; }
span { border-color: rgb(219,24,168); }
td.TdClassName
{
border-color: #DB18A8;
}
.TagClassName
{
border-color: #DB18A8;
}
</style>