Shades of Hollywood Cerise #DB03A8
Tints of Hollywood Cerise #DB03A8
RGB
CMYK
RGB Variations
Color information
#DB03A8 (or 0xDB03A8) is known color: Hollywood Cerise. HEX triplet: DB, 03 and A8. RGB value is (219,3,168). Sum of RGB (Red+Green+Blue) = 219+3+168=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB03A8 is #24FC57. Grayscale: #555555. Windows color (decimal): -2423896 or 11011035. OLE color: 11011035.
HSL color Cylindrical-coordinate representation of color #DB03A8: hue angle of 314.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.14 |
| HSL | 314.17º | 0.97% | 0.44% | - |
| HSV(B) | 314.17º | 0.99% | 0.86% | - |
| XYZ | 36.31 | 17.95 | 38.6 | - |
| YUV | 86.39 | 174.06 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 168 | 0 | 0.99 | 0.23 | 0.14 | 314.17 | 0.97 | 0.44 |
| Hex | DB | 3 | A8 | 0 | 63 | 17 | E | 13A | 61 | 2C |
| Octal | 333 | 3 | 250 | 0 | 143 | 27 | 16 | 472 | 141 | 54 |
| Binary | 11011011 | 11 | 10101000 | 0 | 1100011 | 10111 | 1110 | 100111010 | 1100001 | 101100 |
Color Harmonies of #DB03A8
Complementary color
Monochromatic Colors of #DB03A8
Black with #DB03A8
Text Example
Text Example
White with #DB03A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03A8; }
p { color: rgb(219,3,168); }
H1.HeaderClassName
{
color: #DB03A8;
}
.AnyTagClassName
{
color: #DB03A8;
}
</style>
background-color css
<style>
a { background-color: #DB03A8; }
a { background-color: rgb(219,3,168); }
div.DivClassName
{
background-color: #DB03A8;
}
.BgClassName
{
background-color: #DB03A8;
}
</style>
border-color css
<style>
span { border-color: #DB03A8; }
span { border-color: rgb(219,3,168); }
td.TdClassName
{
border-color: #DB03A8;
}
.TagClassName
{
border-color: #DB03A8;
}
</style>