Shades of Hollywood Cerise #DB09A0
Tints of Hollywood Cerise #DB09A0
RGB
CMYK
RGB Variations
Color information
#DB09A0 (or 0xDB09A0) is known color: Hollywood Cerise. HEX triplet: DB, 09 and A0. RGB value is (219,9,160). Sum of RGB (Red+Green+Blue) = 219+9+160=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09A0 is #24F65F. Grayscale: #585858. Windows color (decimal): -2422368 or 10488283. OLE color: 10488283.
HSL color Cylindrical-coordinate representation of color #DB09A0: hue angle of 316.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB09A0 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.14 |
| HSL | 316.86º | 0.92% | 0.45% | - |
| HSV(B) | 316.86º | 0.96% | 0.86% | - |
| XYZ | 35.66 | 17.79 | 34.81 | - |
| YUV | 89 | 168.07 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 160 | 0 | 0.96 | 0.27 | 0.14 | 316.86 | 0.92 | 0.45 |
| Hex | DB | 9 | A0 | 0 | 60 | 1B | E | 13D | 5C | 2D |
| Octal | 333 | 11 | 240 | 0 | 140 | 33 | 16 | 475 | 134 | 55 |
| Binary | 11011011 | 1001 | 10100000 | 0 | 1100000 | 11011 | 1110 | 100111101 | 1011100 | 101101 |
Color Harmonies of #DB09A0
Complementary color
Monochromatic Colors of #DB09A0
Black with #DB09A0
Text Example
Text Example
White with #DB09A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09A0; }
p { color: rgb(219,9,160); }
H1.HeaderClassName
{
color: #DB09A0;
}
.AnyTagClassName
{
color: #DB09A0;
}
</style>
background-color css
<style>
a { background-color: #DB09A0; }
a { background-color: rgb(219,9,160); }
div.DivClassName
{
background-color: #DB09A0;
}
.BgClassName
{
background-color: #DB09A0;
}
</style>
border-color css
<style>
span { border-color: #DB09A0; }
span { border-color: rgb(219,9,160); }
td.TdClassName
{
border-color: #DB09A0;
}
.TagClassName
{
border-color: #DB09A0;
}
</style>