Shades of Hollywood Cerise #DB09A4
Tints of Hollywood Cerise #DB09A4
RGB
CMYK
RGB Variations
Color information
#DB09A4 (or 0xDB09A4) is known color: Hollywood Cerise. HEX triplet: DB, 09 and A4. RGB value is (219,9,164). Sum of RGB (Red+Green+Blue) = 219+9+164=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB09A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB09A4 is #24F65B. Grayscale: #595959. Windows color (decimal): -2422364 or 10750427. OLE color: 10750427.
HSL color Cylindrical-coordinate representation of color #DB09A4: hue angle of 315.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 #DB09A4 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 164 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.14 |
| HSL | 315.71º | 0.92% | 0.45% | - |
| HSV(B) | 315.71º | 0.96% | 0.86% | - |
| XYZ | 36.01 | 17.94 | 36.69 | - |
| YUV | 89.46 | 170.07 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 164 | 0 | 0.96 | 0.25 | 0.14 | 315.71 | 0.92 | 0.45 |
| Hex | DB | 9 | A4 | 0 | 60 | 19 | E | 13C | 5C | 2D |
| Octal | 333 | 11 | 244 | 0 | 140 | 31 | 16 | 474 | 134 | 55 |
| Binary | 11011011 | 1001 | 10100100 | 0 | 1100000 | 11001 | 1110 | 100111100 | 1011100 | 101101 |
Color Harmonies of #DB09A4
Complementary color
Monochromatic Colors of #DB09A4
Black with #DB09A4
Text Example
Text Example
White with #DB09A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB09A4; }
p { color: rgb(219,9,164); }
H1.HeaderClassName
{
color: #DB09A4;
}
.AnyTagClassName
{
color: #DB09A4;
}
</style>
background-color css
<style>
a { background-color: #DB09A4; }
a { background-color: rgb(219,9,164); }
div.DivClassName
{
background-color: #DB09A4;
}
.BgClassName
{
background-color: #DB09A4;
}
</style>
border-color css
<style>
span { border-color: #DB09A4; }
span { border-color: rgb(219,9,164); }
td.TdClassName
{
border-color: #DB09A4;
}
.TagClassName
{
border-color: #DB09A4;
}
</style>