Shades of Hollywood Cerise #DB02A9
Tints of Hollywood Cerise #DB02A9
RGB
CMYK
RGB Variations
Color information
#DB02A9 (or 0xDB02A9) is known color: Hollywood Cerise. HEX triplet: DB, 02 and A9. RGB value is (219,2,169). Sum of RGB (Red+Green+Blue) = 219+2+169=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02A9 is #24FD56. Grayscale: #555555. Windows color (decimal): -2424151 or 11076315. OLE color: 11076315.
HSL color Cylindrical-coordinate representation of color #DB02A9: hue angle of 313.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02A9 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 169 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.14 |
| HSL | 313.82º | 0.98% | 0.43% | - |
| HSV(B) | 313.82º | 0.99% | 0.86% | - |
| XYZ | 36.4 | 17.97 | 39.09 | - |
| YUV | 85.92 | 174.89 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 169 | 0 | 0.99 | 0.23 | 0.14 | 313.82 | 0.98 | 0.43 |
| Hex | DB | 2 | A9 | 0 | 63 | 17 | E | 13A | 62 | 2B |
| Octal | 333 | 2 | 251 | 0 | 143 | 27 | 16 | 472 | 142 | 53 |
| Binary | 11011011 | 10 | 10101001 | 0 | 1100011 | 10111 | 1110 | 100111010 | 1100010 | 101011 |
Color Harmonies of #DB02A9
Complementary color
Monochromatic Colors of #DB02A9
Black with #DB02A9
Text Example
Text Example
White with #DB02A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02A9; }
p { color: rgb(219,2,169); }
H1.HeaderClassName
{
color: #DB02A9;
}
.AnyTagClassName
{
color: #DB02A9;
}
</style>
background-color css
<style>
a { background-color: #DB02A9; }
a { background-color: rgb(219,2,169); }
div.DivClassName
{
background-color: #DB02A9;
}
.BgClassName
{
background-color: #DB02A9;
}
</style>
border-color css
<style>
span { border-color: #DB02A9; }
span { border-color: rgb(219,2,169); }
td.TdClassName
{
border-color: #DB02A9;
}
.TagClassName
{
border-color: #DB02A9;
}
</style>