Shades of Hollywood Cerise #DB10A8
Tints of Hollywood Cerise #DB10A8
RGB
CMYK
RGB Variations
Color information
#DB10A8 (or 0xDB10A8) is known color: Hollywood Cerise. HEX triplet: DB, 10 and A8. RGB value is (219,16,168). Sum of RGB (Red+Green+Blue) = 219+16+168=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10A8 is #24EF57. Grayscale: #5D5D5D. Windows color (decimal): -2420568 or 11014363. OLE color: 11014363.
HSL color Cylindrical-coordinate representation of color #DB10A8: hue angle of 315.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10A8 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 168 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.14 |
| HSL | 315.07º | 0.86% | 0.46% | - |
| HSV(B) | 315.07º | 0.93% | 0.86% | - |
| XYZ | 36.47 | 18.26 | 38.65 | - |
| YUV | 94.03 | 169.75 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 168 | 0 | 0.93 | 0.23 | 0.14 | 315.07 | 0.86 | 0.46 |
| Hex | DB | 10 | A8 | 0 | 5D | 17 | E | 13B | 56 | 2E |
| Octal | 333 | 20 | 250 | 0 | 135 | 27 | 16 | 473 | 126 | 56 |
| Binary | 11011011 | 10000 | 10101000 | 0 | 1011101 | 10111 | 1110 | 100111011 | 1010110 | 101110 |
Color Harmonies of #DB10A8
Complementary color
Monochromatic Colors of #DB10A8
Black with #DB10A8
Text Example
Text Example
White with #DB10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10A8; }
p { color: rgb(219,16,168); }
H1.HeaderClassName
{
color: #DB10A8;
}
.AnyTagClassName
{
color: #DB10A8;
}
</style>
background-color css
<style>
a { background-color: #DB10A8; }
a { background-color: rgb(219,16,168); }
div.DivClassName
{
background-color: #DB10A8;
}
.BgClassName
{
background-color: #DB10A8;
}
</style>
border-color css
<style>
span { border-color: #DB10A8; }
span { border-color: rgb(219,16,168); }
td.TdClassName
{
border-color: #DB10A8;
}
.TagClassName
{
border-color: #DB10A8;
}
</style>