Shades of Hollywood Cerise #DB10A2
Tints of Hollywood Cerise #DB10A2
RGB
CMYK
RGB Variations
Color information
#DB10A2 (or 0xDB10A2) is known color: Hollywood Cerise. HEX triplet: DB, 10 and A2. RGB value is (219,16,162). Sum of RGB (Red+Green+Blue) = 219+16+162=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10A2 is #24EF5D. Grayscale: #5C5C5C. Windows color (decimal): -2420574 or 10621147. OLE color: 10621147.
HSL color Cylindrical-coordinate representation of color #DB10A2: hue angle of 316.85º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10A2 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.14 |
| HSL | 316.85º | 0.86% | 0.46% | - |
| HSV(B) | 316.85º | 0.93% | 0.86% | - |
| XYZ | 35.92 | 18.04 | 35.77 | - |
| YUV | 93.34 | 166.75 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 162 | 0 | 0.93 | 0.26 | 0.14 | 316.85 | 0.86 | 0.46 |
| Hex | DB | 10 | A2 | 0 | 5D | 1A | E | 13D | 56 | 2E |
| Octal | 333 | 20 | 242 | 0 | 135 | 32 | 16 | 475 | 126 | 56 |
| Binary | 11011011 | 10000 | 10100010 | 0 | 1011101 | 11010 | 1110 | 100111101 | 1010110 | 101110 |
Color Harmonies of #DB10A2
Complementary color
Monochromatic Colors of #DB10A2
Black with #DB10A2
Text Example
Text Example
White with #DB10A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10A2; }
p { color: rgb(219,16,162); }
H1.HeaderClassName
{
color: #DB10A2;
}
.AnyTagClassName
{
color: #DB10A2;
}
</style>
background-color css
<style>
a { background-color: #DB10A2; }
a { background-color: rgb(219,16,162); }
div.DivClassName
{
background-color: #DB10A2;
}
.BgClassName
{
background-color: #DB10A2;
}
</style>
border-color css
<style>
span { border-color: #DB10A2; }
span { border-color: rgb(219,16,162); }
td.TdClassName
{
border-color: #DB10A2;
}
.TagClassName
{
border-color: #DB10A2;
}
</style>