Shades of Hollywood Cerise #DB04AD
Tints of Hollywood Cerise #DB04AD
RGB
CMYK
RGB Variations
Color information
#DB04AD (or 0xDB04AD) is known color: Hollywood Cerise. HEX triplet: DB, 04 and AD. RGB value is (219,4,173). Sum of RGB (Red+Green+Blue) = 219+4+173=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB04AD is #24FB52. Grayscale: #575757. Windows color (decimal): -2423635 or 11338971. OLE color: 11338971.
HSL color Cylindrical-coordinate representation of color #DB04AD: hue angle of 312.84º 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 #DB04AD is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.14 |
| HSL | 312.84º | 0.96% | 0.44% | - |
| HSV(B) | 312.84º | 0.98% | 0.86% | - |
| XYZ | 36.8 | 18.16 | 41.1 | - |
| YUV | 87.55 | 176.23 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 173 | 0 | 0.98 | 0.21 | 0.14 | 312.84 | 0.96 | 0.44 |
| Hex | DB | 4 | AD | 0 | 62 | 15 | E | 139 | 60 | 2C |
| Octal | 333 | 4 | 255 | 0 | 142 | 25 | 16 | 471 | 140 | 54 |
| Binary | 11011011 | 100 | 10101101 | 0 | 1100010 | 10101 | 1110 | 100111001 | 1100000 | 101100 |
Color Harmonies of #DB04AD
Complementary color
Monochromatic Colors of #DB04AD
Black with #DB04AD
Text Example
Text Example
White with #DB04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04AD; }
p { color: rgb(219,4,173); }
H1.HeaderClassName
{
color: #DB04AD;
}
.AnyTagClassName
{
color: #DB04AD;
}
</style>
background-color css
<style>
a { background-color: #DB04AD; }
a { background-color: rgb(219,4,173); }
div.DivClassName
{
background-color: #DB04AD;
}
.BgClassName
{
background-color: #DB04AD;
}
</style>
border-color css
<style>
span { border-color: #DB04AD; }
span { border-color: rgb(219,4,173); }
td.TdClassName
{
border-color: #DB04AD;
}
.TagClassName
{
border-color: #DB04AD;
}
</style>