Shades of Hollywood Cerise #DB12A9
Tints of Hollywood Cerise #DB12A9
RGB
CMYK
RGB Variations
Color information
#DB12A9 (or 0xDB12A9) is known color: Hollywood Cerise. HEX triplet: DB, 12 and A9. RGB value is (219,18,169). Sum of RGB (Red+Green+Blue) = 219+18+169=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB12A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB12A9 is #24ED56. Grayscale: #5E5E5E. Windows color (decimal): -2420055 or 11080411. OLE color: 11080411.
HSL color Cylindrical-coordinate representation of color #DB12A9: hue angle of 314.93º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB12A9 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 169 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.14 |
| HSL | 314.93º | 0.85% | 0.46% | - |
| HSV(B) | 314.93º | 0.92% | 0.86% | - |
| XYZ | 36.59 | 18.36 | 39.15 | - |
| YUV | 95.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 169 | 0 | 0.92 | 0.23 | 0.14 | 314.93 | 0.85 | 0.46 |
| Hex | DB | 12 | A9 | 0 | 5C | 17 | E | 13B | 55 | 2E |
| Octal | 333 | 22 | 251 | 0 | 134 | 27 | 16 | 473 | 125 | 56 |
| Binary | 11011011 | 10010 | 10101001 | 0 | 1011100 | 10111 | 1110 | 100111011 | 1010101 | 101110 |
Color Harmonies of #DB12A9
Complementary color
Monochromatic Colors of #DB12A9
Black with #DB12A9
Text Example
Text Example
White with #DB12A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB12A9; }
p { color: rgb(219,18,169); }
H1.HeaderClassName
{
color: #DB12A9;
}
.AnyTagClassName
{
color: #DB12A9;
}
</style>
background-color css
<style>
a { background-color: #DB12A9; }
a { background-color: rgb(219,18,169); }
div.DivClassName
{
background-color: #DB12A9;
}
.BgClassName
{
background-color: #DB12A9;
}
</style>
border-color css
<style>
span { border-color: #DB12A9; }
span { border-color: rgb(219,18,169); }
td.TdClassName
{
border-color: #DB12A9;
}
.TagClassName
{
border-color: #DB12A9;
}
</style>