Shades of Hollywood Cerise #DB09A5
Tints of Hollywood Cerise #DB09A5
RGB
CMYK
RGB Variations
Color information
#DB09A5 (or 0xDB09A5) is known color: Hollywood Cerise. HEX triplet: DB, 09 and A5. RGB value is (219,9,165). Sum of RGB (Red+Green+Blue) = 219+9+165=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09A5 is #24F65A. Grayscale: #595959. Windows color (decimal): -2422363 or 10815963. OLE color: 10815963.
HSL color Cylindrical-coordinate representation of color #DB09A5: hue angle of 315.43º 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 #DB09A5 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 165 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.14 |
| HSL | 315.43º | 0.92% | 0.45% | - |
| HSV(B) | 315.43º | 0.96% | 0.86% | - |
| XYZ | 36.1 | 17.97 | 37.16 | - |
| YUV | 89.57 | 170.57 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 165 | 0 | 0.96 | 0.25 | 0.14 | 315.43 | 0.92 | 0.45 |
| Hex | DB | 9 | A5 | 0 | 60 | 19 | E | 13B | 5C | 2D |
| Octal | 333 | 11 | 245 | 0 | 140 | 31 | 16 | 473 | 134 | 55 |
| Binary | 11011011 | 1001 | 10100101 | 0 | 1100000 | 11001 | 1110 | 100111011 | 1011100 | 101101 |
Color Harmonies of #DB09A5
Complementary color
Monochromatic Colors of #DB09A5
Black with #DB09A5
Text Example
Text Example
White with #DB09A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09A5; }
p { color: rgb(219,9,165); }
H1.HeaderClassName
{
color: #DB09A5;
}
.AnyTagClassName
{
color: #DB09A5;
}
</style>
background-color css
<style>
a { background-color: #DB09A5; }
a { background-color: rgb(219,9,165); }
div.DivClassName
{
background-color: #DB09A5;
}
.BgClassName
{
background-color: #DB09A5;
}
</style>
border-color css
<style>
span { border-color: #DB09A5; }
span { border-color: rgb(219,9,165); }
td.TdClassName
{
border-color: #DB09A5;
}
.TagClassName
{
border-color: #DB09A5;
}
</style>