Shades of Hollywood Cerise #DB00A8
Tints of Hollywood Cerise #DB00A8
RGB
CMYK
RGB Variations
Color information
#DB00A8 (or 0xDB00A8) is known color: Hollywood Cerise. HEX triplet: DB, 00 and A8. RGB value is (219,0,168). Sum of RGB (Red+Green+Blue) = 219+0+168=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00A8 is #24FF57. Grayscale: #545454. Windows color (decimal): -2424664 or 11010267. OLE color: 11010267.
HSL color Cylindrical-coordinate representation of color #DB00A8: hue angle of 313.97º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00A8 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.23 | 0.14 |
| HSL | 313.97º | 1% | 0.43% | - |
| HSV(B) | 313.97º | 1% | 0.86% | - |
| XYZ | 36.28 | 17.89 | 38.59 | - |
| YUV | 84.63 | 175.05 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 168 | 0 | 1 | 0.23 | 0.14 | 313.97 | 1 | 0.43 |
| Hex | DB | 0 | A8 | 0 | 64 | 17 | E | 13A | 64 | 2B |
| Octal | 333 | 0 | 250 | 0 | 144 | 27 | 16 | 472 | 144 | 53 |
| Binary | 11011011 | 0 | 10101000 | 0 | 1100100 | 10111 | 1110 | 100111010 | 1100100 | 101011 |
Color Harmonies of #DB00A8
Complementary color
Monochromatic Colors of #DB00A8
Black with #DB00A8
Text Example
Text Example
White with #DB00A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00A8; }
p { color: rgb(219,0,168); }
H1.HeaderClassName
{
color: #DB00A8;
}
.AnyTagClassName
{
color: #DB00A8;
}
</style>
background-color css
<style>
a { background-color: #DB00A8; }
a { background-color: rgb(219,0,168); }
div.DivClassName
{
background-color: #DB00A8;
}
.BgClassName
{
background-color: #DB00A8;
}
</style>
border-color css
<style>
span { border-color: #DB00A8; }
span { border-color: rgb(219,0,168); }
td.TdClassName
{
border-color: #DB00A8;
}
.TagClassName
{
border-color: #DB00A8;
}
</style>