Shades of Hollywood Cerise #DB18A1
Tints of Hollywood Cerise #DB18A1
RGB
CMYK
RGB Variations
Color information
#DB18A1 (or 0xDB18A1) is known color: Hollywood Cerise. HEX triplet: DB, 18 and A1. RGB value is (219,24,161). Sum of RGB (Red+Green+Blue) = 219+24+161=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB18A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB18A1 is #24E75E. Grayscale: #616161. Windows color (decimal): -2418527 or 10557659. OLE color: 10557659.
HSL color Cylindrical-coordinate representation of color #DB18A1: hue angle of 317.85º 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 #DB18A1 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 161 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.14 |
| HSL | 317.85º | 0.8% | 0.48% | - |
| HSV(B) | 317.85º | 0.89% | 0.86% | - |
| XYZ | 35.97 | 18.29 | 35.35 | - |
| YUV | 97.92 | 163.6 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 161 | 0 | 0.89 | 0.26 | 0.14 | 317.85 | 0.8 | 0.48 |
| Hex | DB | 18 | A1 | 0 | 59 | 1A | E | 13E | 50 | 30 |
| Octal | 333 | 30 | 241 | 0 | 131 | 32 | 16 | 476 | 120 | 60 |
| Binary | 11011011 | 11000 | 10100001 | 0 | 1011001 | 11010 | 1110 | 100111110 | 1010000 | 110000 |
Color Harmonies of #DB18A1
Complementary color
Monochromatic Colors of #DB18A1
Black with #DB18A1
Text Example
Text Example
White with #DB18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB18A1; }
p { color: rgb(219,24,161); }
H1.HeaderClassName
{
color: #DB18A1;
}
.AnyTagClassName
{
color: #DB18A1;
}
</style>
background-color css
<style>
a { background-color: #DB18A1; }
a { background-color: rgb(219,24,161); }
div.DivClassName
{
background-color: #DB18A1;
}
.BgClassName
{
background-color: #DB18A1;
}
</style>
border-color css
<style>
span { border-color: #DB18A1; }
span { border-color: rgb(219,24,161); }
td.TdClassName
{
border-color: #DB18A1;
}
.TagClassName
{
border-color: #DB18A1;
}
</style>