Shades of Hollywood Cerise #DB09A3
Tints of Hollywood Cerise #DB09A3
RGB
CMYK
RGB Variations
Color information
#DB09A3 (or 0xDB09A3) is known color: Hollywood Cerise. HEX triplet: DB, 09 and A3. RGB value is (219,9,163). Sum of RGB (Red+Green+Blue) = 219+9+163=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09A3 is #24F65C. Grayscale: #585858. Windows color (decimal): -2422365 or 10684891. OLE color: 10684891.
HSL color Cylindrical-coordinate representation of color #DB09A3: hue angle of 316º 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 #DB09A3 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 163 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.14 |
| HSL | 316º | 0.92% | 0.45% | - |
| HSV(B) | 316º | 0.96% | 0.86% | - |
| XYZ | 35.92 | 17.9 | 36.21 | - |
| YUV | 89.35 | 169.57 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 163 | 0 | 0.96 | 0.26 | 0.14 | 316 | 0.92 | 0.45 |
| Hex | DB | 9 | A3 | 0 | 60 | 1A | E | 13C | 5C | 2D |
| Octal | 333 | 11 | 243 | 0 | 140 | 32 | 16 | 474 | 134 | 55 |
| Binary | 11011011 | 1001 | 10100011 | 0 | 1100000 | 11010 | 1110 | 100111100 | 1011100 | 101101 |
Color Harmonies of #DB09A3
Complementary color
Monochromatic Colors of #DB09A3
Black with #DB09A3
Text Example
Text Example
White with #DB09A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09A3; }
p { color: rgb(219,9,163); }
H1.HeaderClassName
{
color: #DB09A3;
}
.AnyTagClassName
{
color: #DB09A3;
}
</style>
background-color css
<style>
a { background-color: #DB09A3; }
a { background-color: rgb(219,9,163); }
div.DivClassName
{
background-color: #DB09A3;
}
.BgClassName
{
background-color: #DB09A3;
}
</style>
border-color css
<style>
span { border-color: #DB09A3; }
span { border-color: rgb(219,9,163); }
td.TdClassName
{
border-color: #DB09A3;
}
.TagClassName
{
border-color: #DB09A3;
}
</style>