Shades of Hollywood Cerise #DB0AB3
Tints of Hollywood Cerise #DB0AB3
RGB
CMYK
RGB Variations
Color information
#DB0AB3 (or 0xDB0AB3) is known color: Hollywood Cerise. HEX triplet: DB, 0A and B3. RGB value is (219,10,179). Sum of RGB (Red+Green+Blue) = 219+10+179=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0AB3 is #24F54C. Grayscale: #5B5B5B. Windows color (decimal): -2422093 or 11733723. OLE color: 11733723.
HSL color Cylindrical-coordinate representation of color #DB0AB3: hue angle of 311.48º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0AB3 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 179 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.14 |
| HSL | 311.48º | 0.91% | 0.45% | - |
| HSV(B) | 311.48º | 0.95% | 0.86% | - |
| XYZ | 37.46 | 18.53 | 44.25 | - |
| YUV | 91.76 | 177.24 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 179 | 0 | 0.95 | 0.18 | 0.14 | 311.48 | 0.91 | 0.45 |
| Hex | DB | A | B3 | 0 | 5F | 12 | E | 137 | 5B | 2D |
| Octal | 333 | 12 | 263 | 0 | 137 | 22 | 16 | 467 | 133 | 55 |
| Binary | 11011011 | 1010 | 10110011 | 0 | 1011111 | 10010 | 1110 | 100110111 | 1011011 | 101101 |
Color Harmonies of #DB0AB3
Complementary color
Monochromatic Colors of #DB0AB3
Black with #DB0AB3
Text Example
Text Example
White with #DB0AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0AB3; }
p { color: rgb(219,10,179); }
H1.HeaderClassName
{
color: #DB0AB3;
}
.AnyTagClassName
{
color: #DB0AB3;
}
</style>
background-color css
<style>
a { background-color: #DB0AB3; }
a { background-color: rgb(219,10,179); }
div.DivClassName
{
background-color: #DB0AB3;
}
.BgClassName
{
background-color: #DB0AB3;
}
</style>
border-color css
<style>
span { border-color: #DB0AB3; }
span { border-color: rgb(219,10,179); }
td.TdClassName
{
border-color: #DB0AB3;
}
.TagClassName
{
border-color: #DB0AB3;
}
</style>