Shades of Hollywood Cerise #DB0EAD
Tints of Hollywood Cerise #DB0EAD
RGB
CMYK
RGB Variations
Color information
#DB0EAD (or 0xDB0EAD) is known color: Hollywood Cerise. HEX triplet: DB, 0E and AD. RGB value is (219,14,173). Sum of RGB (Red+Green+Blue) = 219+14+173=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0EAD is #24F152. Grayscale: #5C5C5C. Windows color (decimal): -2421075 or 11341531. OLE color: 11341531.
HSL color Cylindrical-coordinate representation of color #DB0EAD: hue angle of 313.46º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EAD is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 173 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.14 |
| HSL | 313.46º | 0.88% | 0.46% | - |
| HSV(B) | 313.46º | 0.94% | 0.86% | - |
| XYZ | 36.91 | 18.39 | 41.14 | - |
| YUV | 93.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 173 | 0 | 0.94 | 0.21 | 0.14 | 313.46 | 0.88 | 0.46 |
| Hex | DB | E | AD | 0 | 5E | 15 | E | 139 | 58 | 2E |
| Octal | 333 | 16 | 255 | 0 | 136 | 25 | 16 | 471 | 130 | 56 |
| Binary | 11011011 | 1110 | 10101101 | 0 | 1011110 | 10101 | 1110 | 100111001 | 1011000 | 101110 |
Color Harmonies of #DB0EAD
Complementary color
Monochromatic Colors of #DB0EAD
Black with #DB0EAD
Text Example
Text Example
White with #DB0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EAD; }
p { color: rgb(219,14,173); }
H1.HeaderClassName
{
color: #DB0EAD;
}
.AnyTagClassName
{
color: #DB0EAD;
}
</style>
background-color css
<style>
a { background-color: #DB0EAD; }
a { background-color: rgb(219,14,173); }
div.DivClassName
{
background-color: #DB0EAD;
}
.BgClassName
{
background-color: #DB0EAD;
}
</style>
border-color css
<style>
span { border-color: #DB0EAD; }
span { border-color: rgb(219,14,173); }
td.TdClassName
{
border-color: #DB0EAD;
}
.TagClassName
{
border-color: #DB0EAD;
}
</style>