Shades of Hollywood Cerise #DB09B2
Tints of Hollywood Cerise #DB09B2
RGB
CMYK
RGB Variations
Color information
#DB09B2 (or 0xDB09B2) is known color: Hollywood Cerise. HEX triplet: DB, 09 and B2. RGB value is (219,9,178). Sum of RGB (Red+Green+Blue) = 219+9+178=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09B2 is #24F64D. Grayscale: #5A5A5A. Windows color (decimal): -2422350 or 11667931. OLE color: 11667931.
HSL color Cylindrical-coordinate representation of color #DB09B2: hue angle of 311.71º 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 #DB09B2 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.14 |
| HSL | 311.71º | 0.92% | 0.45% | - |
| HSV(B) | 311.71º | 0.96% | 0.86% | - |
| XYZ | 37.35 | 18.47 | 43.72 | - |
| YUV | 91.06 | 177.07 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 178 | 0 | 0.96 | 0.19 | 0.14 | 311.71 | 0.92 | 0.45 |
| Hex | DB | 9 | B2 | 0 | 60 | 13 | E | 138 | 5C | 2D |
| Octal | 333 | 11 | 262 | 0 | 140 | 23 | 16 | 470 | 134 | 55 |
| Binary | 11011011 | 1001 | 10110010 | 0 | 1100000 | 10011 | 1110 | 100111000 | 1011100 | 101101 |
Color Harmonies of #DB09B2
Complementary color
Monochromatic Colors of #DB09B2
Black with #DB09B2
Text Example
Text Example
White with #DB09B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09B2; }
p { color: rgb(219,9,178); }
H1.HeaderClassName
{
color: #DB09B2;
}
.AnyTagClassName
{
color: #DB09B2;
}
</style>
background-color css
<style>
a { background-color: #DB09B2; }
a { background-color: rgb(219,9,178); }
div.DivClassName
{
background-color: #DB09B2;
}
.BgClassName
{
background-color: #DB09B2;
}
</style>
border-color css
<style>
span { border-color: #DB09B2; }
span { border-color: rgb(219,9,178); }
td.TdClassName
{
border-color: #DB09B2;
}
.TagClassName
{
border-color: #DB09B2;
}
</style>