Shades of Hollywood Cerise #DB099F
Tints of Hollywood Cerise #DB099F
RGB
CMYK
RGB Variations
Color information
#DB099F (or 0xDB099F) is known color: Hollywood Cerise. HEX triplet: DB, 09 and 9F. RGB value is (219,9,159). Sum of RGB (Red+Green+Blue) = 219+9+159=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB099F is #24F660. Grayscale: #585858. Windows color (decimal): -2422369 or 10422747. OLE color: 10422747.
HSL color Cylindrical-coordinate representation of color #DB099F: hue angle of 317.14º 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 #DB099F is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.14 |
| HSL | 317.14º | 0.92% | 0.45% | - |
| HSV(B) | 317.14º | 0.96% | 0.86% | - |
| XYZ | 35.57 | 17.76 | 34.35 | - |
| YUV | 88.89 | 167.57 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 159 | 0 | 0.96 | 0.27 | 0.14 | 317.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 9F | 0 | 60 | 1B | E | 13D | 5C | 2D |
| Octal | 333 | 11 | 237 | 0 | 140 | 33 | 16 | 475 | 134 | 55 |
| Binary | 11011011 | 1001 | 10011111 | 0 | 1100000 | 11011 | 1110 | 100111101 | 1011100 | 101101 |
Color Harmonies of #DB099F
Complementary color
Monochromatic Colors of #DB099F
Black with #DB099F
Text Example
Text Example
White with #DB099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB099F; }
p { color: rgb(219,9,159); }
H1.HeaderClassName
{
color: #DB099F;
}
.AnyTagClassName
{
color: #DB099F;
}
</style>
background-color css
<style>
a { background-color: #DB099F; }
a { background-color: rgb(219,9,159); }
div.DivClassName
{
background-color: #DB099F;
}
.BgClassName
{
background-color: #DB099F;
}
</style>
border-color css
<style>
span { border-color: #DB099F; }
span { border-color: rgb(219,9,159); }
td.TdClassName
{
border-color: #DB099F;
}
.TagClassName
{
border-color: #DB099F;
}
</style>