Shades of Hollywood Cerise #DB02AA
Tints of Hollywood Cerise #DB02AA
RGB
CMYK
RGB Variations
Color information
#DB02AA (or 0xDB02AA) is known color: Hollywood Cerise. HEX triplet: DB, 02 and AA. RGB value is (219,2,170). Sum of RGB (Red+Green+Blue) = 219+2+170=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02AA is #24FD55. Grayscale: #555555. Windows color (decimal): -2424150 or 11141851. OLE color: 11141851.
HSL color Cylindrical-coordinate representation of color #DB02AA: hue angle of 313.55º 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 #DB02AA is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.14 |
| HSL | 313.55º | 0.98% | 0.43% | - |
| HSV(B) | 313.55º | 0.99% | 0.86% | - |
| XYZ | 36.49 | 18.01 | 39.58 | - |
| YUV | 86.04 | 175.39 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 170 | 0 | 0.99 | 0.22 | 0.14 | 313.55 | 0.98 | 0.43 |
| Hex | DB | 2 | AA | 0 | 63 | 16 | E | 13A | 62 | 2B |
| Octal | 333 | 2 | 252 | 0 | 143 | 26 | 16 | 472 | 142 | 53 |
| Binary | 11011011 | 10 | 10101010 | 0 | 1100011 | 10110 | 1110 | 100111010 | 1100010 | 101011 |
Color Harmonies of #DB02AA
Complementary color
Monochromatic Colors of #DB02AA
Black with #DB02AA
Text Example
Text Example
White with #DB02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02AA; }
p { color: rgb(219,2,170); }
H1.HeaderClassName
{
color: #DB02AA;
}
.AnyTagClassName
{
color: #DB02AA;
}
</style>
background-color css
<style>
a { background-color: #DB02AA; }
a { background-color: rgb(219,2,170); }
div.DivClassName
{
background-color: #DB02AA;
}
.BgClassName
{
background-color: #DB02AA;
}
</style>
border-color css
<style>
span { border-color: #DB02AA; }
span { border-color: rgb(219,2,170); }
td.TdClassName
{
border-color: #DB02AA;
}
.TagClassName
{
border-color: #DB02AA;
}
</style>