Shades of Hollywood Cerise #DB00A5
Tints of Hollywood Cerise #DB00A5
RGB
CMYK
RGB Variations
Color information
#DB00A5 (or 0xDB00A5) is known color: Hollywood Cerise. HEX triplet: DB, 00 and A5. RGB value is (219,0,165). Sum of RGB (Red+Green+Blue) = 219+0+165=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00A5 is #24FF5A. Grayscale: #535353. Windows color (decimal): -2424667 or 10813659. OLE color: 10813659.
HSL color Cylindrical-coordinate representation of color #DB00A5: hue angle of 314.79º 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 #DB00A5 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.25 | 0.14 |
| HSL | 314.79º | 1% | 0.43% | - |
| HSV(B) | 314.79º | 1% | 0.86% | - |
| XYZ | 36 | 17.78 | 37.13 | - |
| YUV | 84.29 | 173.55 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 165 | 0 | 1 | 0.25 | 0.14 | 314.79 | 1 | 0.43 |
| Hex | DB | 0 | A5 | 0 | 64 | 19 | E | 13B | 64 | 2B |
| Octal | 333 | 0 | 245 | 0 | 144 | 31 | 16 | 473 | 144 | 53 |
| Binary | 11011011 | 0 | 10100101 | 0 | 1100100 | 11001 | 1110 | 100111011 | 1100100 | 101011 |
Color Harmonies of #DB00A5
Complementary color
Monochromatic Colors of #DB00A5
Black with #DB00A5
Text Example
Text Example
White with #DB00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00A5; }
p { color: rgb(219,0,165); }
H1.HeaderClassName
{
color: #DB00A5;
}
.AnyTagClassName
{
color: #DB00A5;
}
</style>
background-color css
<style>
a { background-color: #DB00A5; }
a { background-color: rgb(219,0,165); }
div.DivClassName
{
background-color: #DB00A5;
}
.BgClassName
{
background-color: #DB00A5;
}
</style>
border-color css
<style>
span { border-color: #DB00A5; }
span { border-color: rgb(219,0,165); }
td.TdClassName
{
border-color: #DB00A5;
}
.TagClassName
{
border-color: #DB00A5;
}
</style>