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