Shades of Hollywood Cerise #DB04A7
Tints of Hollywood Cerise #DB04A7
RGB
CMYK
RGB Variations
Color information
#DB04A7 (or 0xDB04A7) is known color: Hollywood Cerise. HEX triplet: DB, 04 and A7. RGB value is (219,4,167). Sum of RGB (Red+Green+Blue) = 219+4+167=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB04A7 is #24FB58. Grayscale: #565656. Windows color (decimal): -2423641 or 10945755. OLE color: 10945755.
HSL color Cylindrical-coordinate representation of color #DB04A7: hue angle of 314.51º 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 #DB04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.14 |
| HSL | 314.51º | 0.96% | 0.44% | - |
| HSV(B) | 314.51º | 0.98% | 0.86% | - |
| XYZ | 36.23 | 17.94 | 38.11 | - |
| YUV | 86.87 | 173.23 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 167 | 0 | 0.98 | 0.24 | 0.14 | 314.51 | 0.96 | 0.44 |
| Hex | DB | 4 | A7 | 0 | 62 | 18 | E | 13B | 60 | 2C |
| Octal | 333 | 4 | 247 | 0 | 142 | 30 | 16 | 473 | 140 | 54 |
| Binary | 11011011 | 100 | 10100111 | 0 | 1100010 | 11000 | 1110 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DB04A7
Complementary color
Monochromatic Colors of #DB04A7
Black with #DB04A7
Text Example
Text Example
White with #DB04A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04A7; }
p { color: rgb(219,4,167); }
H1.HeaderClassName
{
color: #DB04A7;
}
.AnyTagClassName
{
color: #DB04A7;
}
</style>
background-color css
<style>
a { background-color: #DB04A7; }
a { background-color: rgb(219,4,167); }
div.DivClassName
{
background-color: #DB04A7;
}
.BgClassName
{
background-color: #DB04A7;
}
</style>
border-color css
<style>
span { border-color: #DB04A7; }
span { border-color: rgb(219,4,167); }
td.TdClassName
{
border-color: #DB04A7;
}
.TagClassName
{
border-color: #DB04A7;
}
</style>