Shades of Hollywood Cerise #DB0DA3
Tints of Hollywood Cerise #DB0DA3
RGB
CMYK
RGB Variations
Color information
#DB0DA3 (or 0xDB0DA3) is known color: Hollywood Cerise. HEX triplet: DB, 0D and A3. RGB value is (219,13,163). Sum of RGB (Red+Green+Blue) = 219+13+163=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0DA3 is #24F25C. Grayscale: #5B5B5B. Windows color (decimal): -2421341 or 10685915. OLE color: 10685915.
HSL color Cylindrical-coordinate representation of color #DB0DA3: hue angle of 316.31º 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 #DB0DA3 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 163 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.14 |
| HSL | 316.31º | 0.89% | 0.45% | - |
| HSV(B) | 316.31º | 0.94% | 0.86% | - |
| XYZ | 35.97 | 17.99 | 36.23 | - |
| YUV | 91.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 163 | 0 | 0.94 | 0.26 | 0.14 | 316.31 | 0.89 | 0.45 |
| Hex | DB | D | A3 | 0 | 5E | 1A | E | 13C | 59 | 2D |
| Octal | 333 | 15 | 243 | 0 | 136 | 32 | 16 | 474 | 131 | 55 |
| Binary | 11011011 | 1101 | 10100011 | 0 | 1011110 | 11010 | 1110 | 100111100 | 1011001 | 101101 |
Color Harmonies of #DB0DA3
Complementary color
Monochromatic Colors of #DB0DA3
Black with #DB0DA3
Text Example
Text Example
White with #DB0DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DA3; }
p { color: rgb(219,13,163); }
H1.HeaderClassName
{
color: #DB0DA3;
}
.AnyTagClassName
{
color: #DB0DA3;
}
</style>
background-color css
<style>
a { background-color: #DB0DA3; }
a { background-color: rgb(219,13,163); }
div.DivClassName
{
background-color: #DB0DA3;
}
.BgClassName
{
background-color: #DB0DA3;
}
</style>
border-color css
<style>
span { border-color: #DB0DA3; }
span { border-color: rgb(219,13,163); }
td.TdClassName
{
border-color: #DB0DA3;
}
.TagClassName
{
border-color: #DB0DA3;
}
</style>