Shades of Hollywood Cerise #DB00A2
Tints of Hollywood Cerise #DB00A2
RGB
CMYK
RGB Variations
Color information
#DB00A2 (or 0xDB00A2) is known color: Hollywood Cerise. HEX triplet: DB, 00 and A2. RGB value is (219,0,162). Sum of RGB (Red+Green+Blue) = 219+0+162=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00A2 is #24FF5D. Grayscale: #535353. Windows color (decimal): -2424670 or 10617051. OLE color: 10617051.
HSL color Cylindrical-coordinate representation of color #DB00A2: hue angle of 315.62º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00A2 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.26 | 0.14 |
| HSL | 315.62º | 1% | 0.43% | - |
| HSV(B) | 315.62º | 1% | 0.86% | - |
| XYZ | 35.74 | 17.67 | 35.71 | - |
| YUV | 83.95 | 172.05 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 162 | 0 | 1 | 0.26 | 0.14 | 315.62 | 1 | 0.43 |
| Hex | DB | 0 | A2 | 0 | 64 | 1A | E | 13C | 64 | 2B |
| Octal | 333 | 0 | 242 | 0 | 144 | 32 | 16 | 474 | 144 | 53 |
| Binary | 11011011 | 0 | 10100010 | 0 | 1100100 | 11010 | 1110 | 100111100 | 1100100 | 101011 |
Color Harmonies of #DB00A2
Complementary color
Monochromatic Colors of #DB00A2
Black with #DB00A2
Text Example
Text Example
White with #DB00A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00A2; }
p { color: rgb(219,0,162); }
H1.HeaderClassName
{
color: #DB00A2;
}
.AnyTagClassName
{
color: #DB00A2;
}
</style>
background-color css
<style>
a { background-color: #DB00A2; }
a { background-color: rgb(219,0,162); }
div.DivClassName
{
background-color: #DB00A2;
}
.BgClassName
{
background-color: #DB00A2;
}
</style>
border-color css
<style>
span { border-color: #DB00A2; }
span { border-color: rgb(219,0,162); }
td.TdClassName
{
border-color: #DB00A2;
}
.TagClassName
{
border-color: #DB00A2;
}
</style>