Shades of Hollywood Cerise #DB009D
Tints of Hollywood Cerise #DB009D
RGB
CMYK
RGB Variations
Color information
#DB009D (or 0xDB009D) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 9D. RGB value is (219,0,157). Sum of RGB (Red+Green+Blue) = 219+0+157=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB009D is #24FF62. Grayscale: #525252. Windows color (decimal): -2424675 or 10289371. OLE color: 10289371.
HSL color Cylindrical-coordinate representation of color #DB009D: hue angle of 316.99º 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 #DB009D is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.28 | 0.14 |
| HSL | 316.99º | 1% | 0.43% | - |
| HSV(B) | 316.99º | 1% | 0.86% | - |
| XYZ | 35.3 | 17.49 | 33.41 | - |
| YUV | 83.38 | 169.55 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 157 | 0 | 1 | 0.28 | 0.14 | 316.99 | 1 | 0.43 |
| Hex | DB | 0 | 9D | 0 | 64 | 1C | E | 13D | 64 | 2B |
| Octal | 333 | 0 | 235 | 0 | 144 | 34 | 16 | 475 | 144 | 53 |
| Binary | 11011011 | 0 | 10011101 | 0 | 1100100 | 11100 | 1110 | 100111101 | 1100100 | 101011 |
Color Harmonies of #DB009D
Complementary color
Monochromatic Colors of #DB009D
Black with #DB009D
Text Example
Text Example
White with #DB009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB009D; }
p { color: rgb(219,0,157); }
H1.HeaderClassName
{
color: #DB009D;
}
.AnyTagClassName
{
color: #DB009D;
}
</style>
background-color css
<style>
a { background-color: #DB009D; }
a { background-color: rgb(219,0,157); }
div.DivClassName
{
background-color: #DB009D;
}
.BgClassName
{
background-color: #DB009D;
}
</style>
border-color css
<style>
span { border-color: #DB009D; }
span { border-color: rgb(219,0,157); }
td.TdClassName
{
border-color: #DB009D;
}
.TagClassName
{
border-color: #DB009D;
}
</style>