Shades of Hollywood Cerise #DB07A2
Tints of Hollywood Cerise #DB07A2
RGB
CMYK
RGB Variations
Color information
#DB07A2 (or 0xDB07A2) is known color: Hollywood Cerise. HEX triplet: DB, 07 and A2. RGB value is (219,7,162). Sum of RGB (Red+Green+Blue) = 219+7+162=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07A2 is #24F85D. Grayscale: #575757. Windows color (decimal): -2422878 or 10618843. OLE color: 10618843.
HSL color Cylindrical-coordinate representation of color #DB07A2: hue angle of 316.13º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07A2 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.14 |
| HSL | 316.13º | 0.94% | 0.44% | - |
| HSV(B) | 316.13º | 0.97% | 0.86% | - |
| XYZ | 35.81 | 17.82 | 35.73 | - |
| YUV | 88.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 162 | 0 | 0.97 | 0.26 | 0.14 | 316.13 | 0.94 | 0.44 |
| Hex | DB | 7 | A2 | 0 | 61 | 1A | E | 13C | 5E | 2C |
| Octal | 333 | 7 | 242 | 0 | 141 | 32 | 16 | 474 | 136 | 54 |
| Binary | 11011011 | 111 | 10100010 | 0 | 1100001 | 11010 | 1110 | 100111100 | 1011110 | 101100 |
Color Harmonies of #DB07A2
Complementary color
Monochromatic Colors of #DB07A2
Black with #DB07A2
Text Example
Text Example
White with #DB07A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07A2; }
p { color: rgb(219,7,162); }
H1.HeaderClassName
{
color: #DB07A2;
}
.AnyTagClassName
{
color: #DB07A2;
}
</style>
background-color css
<style>
a { background-color: #DB07A2; }
a { background-color: rgb(219,7,162); }
div.DivClassName
{
background-color: #DB07A2;
}
.BgClassName
{
background-color: #DB07A2;
}
</style>
border-color css
<style>
span { border-color: #DB07A2; }
span { border-color: rgb(219,7,162); }
td.TdClassName
{
border-color: #DB07A2;
}
.TagClassName
{
border-color: #DB07A2;
}
</style>