Shades of Hollywood Cerise #DB099D
Tints of Hollywood Cerise #DB099D
RGB
CMYK
RGB Variations
Color information
#DB099D (or 0xDB099D) is known color: Hollywood Cerise. HEX triplet: DB, 09 and 9D. RGB value is (219,9,157). Sum of RGB (Red+Green+Blue) = 219+9+157=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB099D is #24F662. Grayscale: #585858. Windows color (decimal): -2422371 or 10291675. OLE color: 10291675.
HSL color Cylindrical-coordinate representation of color #DB099D: hue angle of 317.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB099D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.14 |
| HSL | 317.71º | 0.92% | 0.45% | - |
| HSV(B) | 317.71º | 0.96% | 0.86% | - |
| XYZ | 35.4 | 17.69 | 33.45 | - |
| YUV | 88.66 | 166.57 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 157 | 0 | 0.96 | 0.28 | 0.14 | 317.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 9D | 0 | 60 | 1C | E | 13E | 5C | 2D |
| Octal | 333 | 11 | 235 | 0 | 140 | 34 | 16 | 476 | 134 | 55 |
| Binary | 11011011 | 1001 | 10011101 | 0 | 1100000 | 11100 | 1110 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DB099D
Complementary color
Monochromatic Colors of #DB099D
Black with #DB099D
Text Example
Text Example
White with #DB099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB099D; }
p { color: rgb(219,9,157); }
H1.HeaderClassName
{
color: #DB099D;
}
.AnyTagClassName
{
color: #DB099D;
}
</style>
background-color css
<style>
a { background-color: #DB099D; }
a { background-color: rgb(219,9,157); }
div.DivClassName
{
background-color: #DB099D;
}
.BgClassName
{
background-color: #DB099D;
}
</style>
border-color css
<style>
span { border-color: #DB099D; }
span { border-color: rgb(219,9,157); }
td.TdClassName
{
border-color: #DB099D;
}
.TagClassName
{
border-color: #DB099D;
}
</style>