Shades of Hollywood Cerise #DB0F9D
Tints of Hollywood Cerise #DB0F9D
RGB
CMYK
RGB Variations
Color information
#DB0F9D (or 0xDB0F9D) is known color: Hollywood Cerise. HEX triplet: DB, 0F and 9D. RGB value is (219,15,157). Sum of RGB (Red+Green+Blue) = 219+15+157=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F9D is #24F062. Grayscale: #5B5B5B. Windows color (decimal): -2420835 or 10293211. OLE color: 10293211.
HSL color Cylindrical-coordinate representation of color #DB0F9D: hue angle of 318.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F9D is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 157 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.14 |
| HSL | 318.24º | 0.87% | 0.46% | - |
| HSV(B) | 318.24º | 0.93% | 0.86% | - |
| XYZ | 35.47 | 17.84 | 33.47 | - |
| YUV | 92.18 | 164.59 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 157 | 0 | 0.93 | 0.28 | 0.14 | 318.24 | 0.87 | 0.46 |
| Hex | DB | F | 9D | 0 | 5D | 1C | E | 13E | 57 | 2E |
| Octal | 333 | 17 | 235 | 0 | 135 | 34 | 16 | 476 | 127 | 56 |
| Binary | 11011011 | 1111 | 10011101 | 0 | 1011101 | 11100 | 1110 | 100111110 | 1010111 | 101110 |
Color Harmonies of #DB0F9D
Complementary color
Monochromatic Colors of #DB0F9D
Black with #DB0F9D
Text Example
Text Example
White with #DB0F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F9D; }
p { color: rgb(219,15,157); }
H1.HeaderClassName
{
color: #DB0F9D;
}
.AnyTagClassName
{
color: #DB0F9D;
}
</style>
background-color css
<style>
a { background-color: #DB0F9D; }
a { background-color: rgb(219,15,157); }
div.DivClassName
{
background-color: #DB0F9D;
}
.BgClassName
{
background-color: #DB0F9D;
}
</style>
border-color css
<style>
span { border-color: #DB0F9D; }
span { border-color: rgb(219,15,157); }
td.TdClassName
{
border-color: #DB0F9D;
}
.TagClassName
{
border-color: #DB0F9D;
}
</style>