Shades of Hollywood Cerise #DB009B
Tints of Hollywood Cerise #DB009B
RGB
CMYK
RGB Variations
Color information
#DB009B (or 0xDB009B) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 9B. RGB value is (219,0,155). Sum of RGB (Red+Green+Blue) = 219+0+155=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB009B is #24FF64. Grayscale: #525252. Windows color (decimal): -2424677 or 10158299. OLE color: 10158299.
HSL color Cylindrical-coordinate representation of color #DB009B: hue angle of 317.53º 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 #DB009B is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.29 | 0.14 |
| HSL | 317.53º | 1% | 0.43% | - |
| HSV(B) | 317.53º | 1% | 0.86% | - |
| XYZ | 35.13 | 17.43 | 32.52 | - |
| YUV | 83.15 | 168.55 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 155 | 0 | 1 | 0.29 | 0.14 | 317.53 | 1 | 0.43 |
| Hex | DB | 0 | 9B | 0 | 64 | 1D | E | 13E | 64 | 2B |
| Octal | 333 | 0 | 233 | 0 | 144 | 35 | 16 | 476 | 144 | 53 |
| Binary | 11011011 | 0 | 10011011 | 0 | 1100100 | 11101 | 1110 | 100111110 | 1100100 | 101011 |
Color Harmonies of #DB009B
Complementary color
Monochromatic Colors of #DB009B
Black with #DB009B
Text Example
Text Example
White with #DB009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB009B; }
p { color: rgb(219,0,155); }
H1.HeaderClassName
{
color: #DB009B;
}
.AnyTagClassName
{
color: #DB009B;
}
</style>
background-color css
<style>
a { background-color: #DB009B; }
a { background-color: rgb(219,0,155); }
div.DivClassName
{
background-color: #DB009B;
}
.BgClassName
{
background-color: #DB009B;
}
</style>
border-color css
<style>
span { border-color: #DB009B; }
span { border-color: rgb(219,0,155); }
td.TdClassName
{
border-color: #DB009B;
}
.TagClassName
{
border-color: #DB009B;
}
</style>