Shades of Hollywood Cerise #DB02AD
Tints of Hollywood Cerise #DB02AD
RGB
CMYK
RGB Variations
Color information
#DB02AD (or 0xDB02AD) is known color: Hollywood Cerise. HEX triplet: DB, 02 and AD. RGB value is (219,2,173). Sum of RGB (Red+Green+Blue) = 219+2+173=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB02AD is #24FD52. Grayscale: #555555. Windows color (decimal): -2424147 or 11338459. OLE color: 11338459.
HSL color Cylindrical-coordinate representation of color #DB02AD: hue angle of 312.72º 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 #DB02AD is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.14 |
| HSL | 312.72º | 0.98% | 0.43% | - |
| HSV(B) | 312.72º | 0.99% | 0.86% | - |
| XYZ | 36.78 | 18.12 | 41.09 | - |
| YUV | 86.38 | 176.89 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 173 | 0 | 0.99 | 0.21 | 0.14 | 312.72 | 0.98 | 0.43 |
| Hex | DB | 2 | AD | 0 | 63 | 15 | E | 139 | 62 | 2B |
| Octal | 333 | 2 | 255 | 0 | 143 | 25 | 16 | 471 | 142 | 53 |
| Binary | 11011011 | 10 | 10101101 | 0 | 1100011 | 10101 | 1110 | 100111001 | 1100010 | 101011 |
Color Harmonies of #DB02AD
Complementary color
Monochromatic Colors of #DB02AD
Black with #DB02AD
Text Example
Text Example
White with #DB02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02AD; }
p { color: rgb(219,2,173); }
H1.HeaderClassName
{
color: #DB02AD;
}
.AnyTagClassName
{
color: #DB02AD;
}
</style>
background-color css
<style>
a { background-color: #DB02AD; }
a { background-color: rgb(219,2,173); }
div.DivClassName
{
background-color: #DB02AD;
}
.BgClassName
{
background-color: #DB02AD;
}
</style>
border-color css
<style>
span { border-color: #DB02AD; }
span { border-color: rgb(219,2,173); }
td.TdClassName
{
border-color: #DB02AD;
}
.TagClassName
{
border-color: #DB02AD;
}
</style>