Shades of Hollywood Cerise #DB009E
Tints of Hollywood Cerise #DB009E
RGB
CMYK
RGB Variations
Color information
#DB009E (or 0xDB009E) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 9E. RGB value is (219,0,158). Sum of RGB (Red+Green+Blue) = 219+0+158=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB009E is #24FF61. Grayscale: #535353. Windows color (decimal): -2424674 or 10354907. OLE color: 10354907.
HSL color Cylindrical-coordinate representation of color #DB009E: hue angle of 316.71º 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 #DB009E is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.28 | 0.14 |
| HSL | 316.71º | 1% | 0.43% | - |
| HSV(B) | 316.71º | 1% | 0.86% | - |
| XYZ | 35.38 | 17.53 | 33.87 | - |
| YUV | 83.49 | 170.05 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 158 | 0 | 1 | 0.28 | 0.14 | 316.71 | 1 | 0.43 |
| Hex | DB | 0 | 9E | 0 | 64 | 1C | E | 13D | 64 | 2B |
| Octal | 333 | 0 | 236 | 0 | 144 | 34 | 16 | 475 | 144 | 53 |
| Binary | 11011011 | 0 | 10011110 | 0 | 1100100 | 11100 | 1110 | 100111101 | 1100100 | 101011 |
Color Harmonies of #DB009E
Complementary color
Monochromatic Colors of #DB009E
Black with #DB009E
Text Example
Text Example
White with #DB009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB009E; }
p { color: rgb(219,0,158); }
H1.HeaderClassName
{
color: #DB009E;
}
.AnyTagClassName
{
color: #DB009E;
}
</style>
background-color css
<style>
a { background-color: #DB009E; }
a { background-color: rgb(219,0,158); }
div.DivClassName
{
background-color: #DB009E;
}
.BgClassName
{
background-color: #DB009E;
}
</style>
border-color css
<style>
span { border-color: #DB009E; }
span { border-color: rgb(219,0,158); }
td.TdClassName
{
border-color: #DB009E;
}
.TagClassName
{
border-color: #DB009E;
}
</style>