Shades of Hollywood Cerise #DB009A
Tints of Hollywood Cerise #DB009A
RGB
CMYK
RGB Variations
Color information
#DB009A (or 0xDB009A) is known color: Hollywood Cerise. HEX triplet: DB, 00 and 9A. RGB value is (219,0,154). Sum of RGB (Red+Green+Blue) = 219+0+154=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB009A is #24FF65. Grayscale: #525252. Windows color (decimal): -2424678 or 10092763. OLE color: 10092763.
HSL color Cylindrical-coordinate representation of color #DB009A: hue angle of 317.81º 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 #DB009A is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.30 | 0.14 |
| HSL | 317.81º | 1% | 0.43% | - |
| HSV(B) | 317.81º | 1% | 0.86% | - |
| XYZ | 35.05 | 17.39 | 32.08 | - |
| YUV | 83.04 | 168.05 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 154 | 0 | 1 | 0.30 | 0.14 | 317.81 | 1 | 0.43 |
| Hex | DB | 0 | 9A | 0 | 64 | 1E | E | 13E | 64 | 2B |
| Octal | 333 | 0 | 232 | 0 | 144 | 36 | 16 | 476 | 144 | 53 |
| Binary | 11011011 | 0 | 10011010 | 0 | 1100100 | 11110 | 1110 | 100111110 | 1100100 | 101011 |
Color Harmonies of #DB009A
Complementary color
Monochromatic Colors of #DB009A
Black with #DB009A
Text Example
Text Example
White with #DB009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB009A; }
p { color: rgb(219,0,154); }
H1.HeaderClassName
{
color: #DB009A;
}
.AnyTagClassName
{
color: #DB009A;
}
</style>
background-color css
<style>
a { background-color: #DB009A; }
a { background-color: rgb(219,0,154); }
div.DivClassName
{
background-color: #DB009A;
}
.BgClassName
{
background-color: #DB009A;
}
</style>
border-color css
<style>
span { border-color: #DB009A; }
span { border-color: rgb(219,0,154); }
td.TdClassName
{
border-color: #DB009A;
}
.TagClassName
{
border-color: #DB009A;
}
</style>