Shades of Hollywood Cerise #DB0DAD
Tints of Hollywood Cerise #DB0DAD
RGB
CMYK
RGB Variations
Color information
#DB0DAD (or 0xDB0DAD) is known color: Hollywood Cerise. HEX triplet: DB, 0D and AD. RGB value is (219,13,173). Sum of RGB (Red+Green+Blue) = 219+13+173=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0DAD is #24F252. Grayscale: #5C5C5C. Windows color (decimal): -2421331 or 11341275. OLE color: 11341275.
HSL color Cylindrical-coordinate representation of color #DB0DAD: hue angle of 313.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DAD is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.14 |
| HSL | 313.4º | 0.89% | 0.45% | - |
| HSV(B) | 313.4º | 0.94% | 0.86% | - |
| XYZ | 36.9 | 18.37 | 41.14 | - |
| YUV | 92.83 | 173.25 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 173 | 0 | 0.94 | 0.21 | 0.14 | 313.4 | 0.89 | 0.45 |
| Hex | DB | D | AD | 0 | 5E | 15 | E | 139 | 59 | 2D |
| Octal | 333 | 15 | 255 | 0 | 136 | 25 | 16 | 471 | 131 | 55 |
| Binary | 11011011 | 1101 | 10101101 | 0 | 1011110 | 10101 | 1110 | 100111001 | 1011001 | 101101 |
Color Harmonies of #DB0DAD
Complementary color
Monochromatic Colors of #DB0DAD
Black with #DB0DAD
Text Example
Text Example
White with #DB0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DAD; }
p { color: rgb(219,13,173); }
H1.HeaderClassName
{
color: #DB0DAD;
}
.AnyTagClassName
{
color: #DB0DAD;
}
</style>
background-color css
<style>
a { background-color: #DB0DAD; }
a { background-color: rgb(219,13,173); }
div.DivClassName
{
background-color: #DB0DAD;
}
.BgClassName
{
background-color: #DB0DAD;
}
</style>
border-color css
<style>
span { border-color: #DB0DAD; }
span { border-color: rgb(219,13,173); }
td.TdClassName
{
border-color: #DB0DAD;
}
.TagClassName
{
border-color: #DB0DAD;
}
</style>