Shades of Hollywood Cerise #DB00A7
Tints of Hollywood Cerise #DB00A7
RGB
CMYK
RGB Variations
Color information
#DB00A7 (or 0xDB00A7) is known color: Hollywood Cerise. HEX triplet: DB, 00 and A7. RGB value is (219,0,167). Sum of RGB (Red+Green+Blue) = 219+0+167=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 167 (65.62% from 255 or 43.26% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB00A7 is #24FF58. Grayscale: #545454. Windows color (decimal): -2424665 or 10944731. OLE color: 10944731.
HSL color Cylindrical-coordinate representation of color #DB00A7: hue angle of 314.25º 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 #DB00A7 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.24 | 0.14 |
| HSL | 314.25º | 1% | 0.43% | - |
| HSV(B) | 314.25º | 1% | 0.86% | - |
| XYZ | 36.19 | 17.85 | 38.1 | - |
| YUV | 84.52 | 174.55 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 167 | 0 | 1 | 0.24 | 0.14 | 314.25 | 1 | 0.43 |
| Hex | DB | 0 | A7 | 0 | 64 | 18 | E | 13A | 64 | 2B |
| Octal | 333 | 0 | 247 | 0 | 144 | 30 | 16 | 472 | 144 | 53 |
| Binary | 11011011 | 0 | 10100111 | 0 | 1100100 | 11000 | 1110 | 100111010 | 1100100 | 101011 |
Color Harmonies of #DB00A7
Complementary color
Monochromatic Colors of #DB00A7
Black with #DB00A7
Text Example
Text Example
White with #DB00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00A7; }
p { color: rgb(219,0,167); }
H1.HeaderClassName
{
color: #DB00A7;
}
.AnyTagClassName
{
color: #DB00A7;
}
</style>
background-color css
<style>
a { background-color: #DB00A7; }
a { background-color: rgb(219,0,167); }
div.DivClassName
{
background-color: #DB00A7;
}
.BgClassName
{
background-color: #DB00A7;
}
</style>
border-color css
<style>
span { border-color: #DB00A7; }
span { border-color: rgb(219,0,167); }
td.TdClassName
{
border-color: #DB00A7;
}
.TagClassName
{
border-color: #DB00A7;
}
</style>