Shades of Hollywood Cerise #DB04A4
Tints of Hollywood Cerise #DB04A4
RGB
CMYK
RGB Variations
Color information
#DB04A4 (or 0xDB04A4) is known color: Hollywood Cerise. HEX triplet: DB, 04 and A4. RGB value is (219,4,164). Sum of RGB (Red+Green+Blue) = 219+4+164=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB04A4 is #24FB5B. Grayscale: #565656. Windows color (decimal): -2423644 or 10749147. OLE color: 10749147.
HSL color Cylindrical-coordinate representation of color #DB04A4: hue angle of 315.35º 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 #DB04A4 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 164 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.14 |
| HSL | 315.35º | 0.96% | 0.44% | - |
| HSV(B) | 315.35º | 0.98% | 0.86% | - |
| XYZ | 35.96 | 17.83 | 36.67 | - |
| YUV | 86.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 164 | 0 | 0.98 | 0.25 | 0.14 | 315.35 | 0.96 | 0.44 |
| Hex | DB | 4 | A4 | 0 | 62 | 19 | E | 13B | 60 | 2C |
| Octal | 333 | 4 | 244 | 0 | 142 | 31 | 16 | 473 | 140 | 54 |
| Binary | 11011011 | 100 | 10100100 | 0 | 1100010 | 11001 | 1110 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DB04A4
Complementary color
Monochromatic Colors of #DB04A4
Black with #DB04A4
Text Example
Text Example
White with #DB04A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04A4; }
p { color: rgb(219,4,164); }
H1.HeaderClassName
{
color: #DB04A4;
}
.AnyTagClassName
{
color: #DB04A4;
}
</style>
background-color css
<style>
a { background-color: #DB04A4; }
a { background-color: rgb(219,4,164); }
div.DivClassName
{
background-color: #DB04A4;
}
.BgClassName
{
background-color: #DB04A4;
}
</style>
border-color css
<style>
span { border-color: #DB04A4; }
span { border-color: rgb(219,4,164); }
td.TdClassName
{
border-color: #DB04A4;
}
.TagClassName
{
border-color: #DB04A4;
}
</style>