Shades of Hollywood Cerise #DB0291
Tints of Hollywood Cerise #DB0291
RGB
CMYK
RGB Variations
Color information
#DB0291 (or 0xDB0291) is known color: Hollywood Cerise. HEX triplet: DB, 02 and 91. RGB value is (219,2,145). Sum of RGB (Red+Green+Blue) = 219+2+145=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0291 is #24FD6E. Grayscale: #525252. Windows color (decimal): -2424175 or 9503451. OLE color: 9503451.
HSL color Cylindrical-coordinate representation of color #DB0291: hue angle of 320.46º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0291 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.14 |
| HSL | 320.46º | 0.98% | 0.43% | - |
| HSV(B) | 320.46º | 0.99% | 0.86% | - |
| XYZ | 34.35 | 17.15 | 28.29 | - |
| YUV | 83.19 | 162.89 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 145 | 0 | 0.99 | 0.34 | 0.14 | 320.46 | 0.98 | 0.43 |
| Hex | DB | 2 | 91 | 0 | 63 | 22 | E | 140 | 62 | 2B |
| Octal | 333 | 2 | 221 | 0 | 143 | 42 | 16 | 500 | 142 | 53 |
| Binary | 11011011 | 10 | 10010001 | 0 | 1100011 | 100010 | 1110 | 101000000 | 1100010 | 101011 |
Color Harmonies of #DB0291
Complementary color
Monochromatic Colors of #DB0291
Black with #DB0291
Text Example
Text Example
White with #DB0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0291; }
p { color: rgb(219,2,145); }
H1.HeaderClassName
{
color: #DB0291;
}
.AnyTagClassName
{
color: #DB0291;
}
</style>
background-color css
<style>
a { background-color: #DB0291; }
a { background-color: rgb(219,2,145); }
div.DivClassName
{
background-color: #DB0291;
}
.BgClassName
{
background-color: #DB0291;
}
</style>
border-color css
<style>
span { border-color: #DB0291; }
span { border-color: rgb(219,2,145); }
td.TdClassName
{
border-color: #DB0291;
}
.TagClassName
{
border-color: #DB0291;
}
</style>