Shades of Hollywood Cerise #DB009C
Tints of Hollywood Cerise #DB009C
RGB
CMYK
RGB Variations
Color information
#DB009C (or 0xDB009C) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 9C. RGB value is (219,0,156). Sum of RGB (Red+Green+Blue) = 219+0+156=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB009C is #24FF63. Grayscale: #525252. Windows color (decimal): -2424676 or 10223835. OLE color: 10223835.
HSL color Cylindrical-coordinate representation of color #DB009C: hue angle of 317.26º 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 #DB009C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.29 | 0.14 |
| HSL | 317.26º | 1% | 0.43% | - |
| HSV(B) | 317.26º | 1% | 0.86% | - |
| XYZ | 35.21 | 17.46 | 32.97 | - |
| YUV | 83.27 | 169.05 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 156 | 0 | 1 | 0.29 | 0.14 | 317.26 | 1 | 0.43 |
| Hex | DB | 0 | 9C | 0 | 64 | 1D | E | 13D | 64 | 2B |
| Octal | 333 | 0 | 234 | 0 | 144 | 35 | 16 | 475 | 144 | 53 |
| Binary | 11011011 | 0 | 10011100 | 0 | 1100100 | 11101 | 1110 | 100111101 | 1100100 | 101011 |
Color Harmonies of #DB009C
Complementary color
Monochromatic Colors of #DB009C
Black with #DB009C
Text Example
Text Example
White with #DB009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB009C; }
p { color: rgb(219,0,156); }
H1.HeaderClassName
{
color: #DB009C;
}
.AnyTagClassName
{
color: #DB009C;
}
</style>
background-color css
<style>
a { background-color: #DB009C; }
a { background-color: rgb(219,0,156); }
div.DivClassName
{
background-color: #DB009C;
}
.BgClassName
{
background-color: #DB009C;
}
</style>
border-color css
<style>
span { border-color: #DB009C; }
span { border-color: rgb(219,0,156); }
td.TdClassName
{
border-color: #DB009C;
}
.TagClassName
{
border-color: #DB009C;
}
</style>