Shades of Hollywood Cerise #DB0BAA
Tints of Hollywood Cerise #DB0BAA
RGB
CMYK
RGB Variations
Color information
#DB0BAA (or 0xDB0BAA) is known color: Hollywood Cerise. HEX triplet: DB, 0B and AA. RGB value is (219,11,170). Sum of RGB (Red+Green+Blue) = 219+11+170=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0BAA is #24F455. Grayscale: #5A5A5A. Windows color (decimal): -2421846 or 11144155. OLE color: 11144155.
HSL color Cylindrical-coordinate representation of color #DB0BAA: hue angle of 314.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BAA is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 170 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.14 |
| HSL | 314.13º | 0.9% | 0.45% | - |
| HSV(B) | 314.13º | 0.95% | 0.86% | - |
| XYZ | 36.59 | 18.2 | 39.62 | - |
| YUV | 91.32 | 172.41 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 170 | 0 | 0.95 | 0.22 | 0.14 | 314.13 | 0.9 | 0.45 |
| Hex | DB | B | AA | 0 | 5F | 16 | E | 13A | 5A | 2D |
| Octal | 333 | 13 | 252 | 0 | 137 | 26 | 16 | 472 | 132 | 55 |
| Binary | 11011011 | 1011 | 10101010 | 0 | 1011111 | 10110 | 1110 | 100111010 | 1011010 | 101101 |
Color Harmonies of #DB0BAA
Complementary color
Monochromatic Colors of #DB0BAA
Black with #DB0BAA
Text Example
Text Example
White with #DB0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BAA; }
p { color: rgb(219,11,170); }
H1.HeaderClassName
{
color: #DB0BAA;
}
.AnyTagClassName
{
color: #DB0BAA;
}
</style>
background-color css
<style>
a { background-color: #DB0BAA; }
a { background-color: rgb(219,11,170); }
div.DivClassName
{
background-color: #DB0BAA;
}
.BgClassName
{
background-color: #DB0BAA;
}
</style>
border-color css
<style>
span { border-color: #DB0BAA; }
span { border-color: rgb(219,11,170); }
td.TdClassName
{
border-color: #DB0BAA;
}
.TagClassName
{
border-color: #DB0BAA;
}
</style>