Shades of Hollywood Cerise #DB04A9
Tints of Hollywood Cerise #DB04A9
RGB
CMYK
RGB Variations
Color information
#DB04A9 (or 0xDB04A9) is known color: Hollywood Cerise. HEX triplet: DB, 04 and A9. RGB value is (219,4,169). Sum of RGB (Red+Green+Blue) = 219+4+169=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 169 (66.41% from 255 or 43.11% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB04A9 is #24FB56. Grayscale: #565656. Windows color (decimal): -2423639 or 11076827. OLE color: 11076827.
HSL color Cylindrical-coordinate representation of color #DB04A9: hue angle of 313.95º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04A9 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 169 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.14 |
| HSL | 313.95º | 0.96% | 0.44% | - |
| HSV(B) | 313.95º | 0.98% | 0.86% | - |
| XYZ | 36.42 | 18.01 | 39.09 | - |
| YUV | 87.1 | 174.23 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 169 | 0 | 0.98 | 0.23 | 0.14 | 313.95 | 0.96 | 0.44 |
| Hex | DB | 4 | A9 | 0 | 62 | 17 | E | 13A | 60 | 2C |
| Octal | 333 | 4 | 251 | 0 | 142 | 27 | 16 | 472 | 140 | 54 |
| Binary | 11011011 | 100 | 10101001 | 0 | 1100010 | 10111 | 1110 | 100111010 | 1100000 | 101100 |
Color Harmonies of #DB04A9
Complementary color
Monochromatic Colors of #DB04A9
Black with #DB04A9
Text Example
Text Example
White with #DB04A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04A9; }
p { color: rgb(219,4,169); }
H1.HeaderClassName
{
color: #DB04A9;
}
.AnyTagClassName
{
color: #DB04A9;
}
</style>
background-color css
<style>
a { background-color: #DB04A9; }
a { background-color: rgb(219,4,169); }
div.DivClassName
{
background-color: #DB04A9;
}
.BgClassName
{
background-color: #DB04A9;
}
</style>
border-color css
<style>
span { border-color: #DB04A9; }
span { border-color: rgb(219,4,169); }
td.TdClassName
{
border-color: #DB04A9;
}
.TagClassName
{
border-color: #DB04A9;
}
</style>