Shades of Hollywood Cerise #DB0F9B
Tints of Hollywood Cerise #DB0F9B
RGB
CMYK
RGB Variations
Color information
#DB0F9B (or 0xDB0F9B) is known color: Hollywood Cerise. HEX triplet: DB, 0F and 9B. RGB value is (219,15,155). Sum of RGB (Red+Green+Blue) = 219+15+155=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0F9B is #24F064. Grayscale: #5B5B5B. Windows color (decimal): -2420837 or 10162139. OLE color: 10162139.
HSL color Cylindrical-coordinate representation of color #DB0F9B: hue angle of 318.82º 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 #DB0F9B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 155 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.14 |
| HSL | 318.82º | 0.87% | 0.46% | - |
| HSV(B) | 318.82º | 0.93% | 0.86% | - |
| XYZ | 35.3 | 17.77 | 32.58 | - |
| YUV | 91.96 | 163.59 | 218.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 155 | 0 | 0.93 | 0.29 | 0.14 | 318.82 | 0.87 | 0.46 |
| Hex | DB | F | 9B | 0 | 5D | 1D | E | 13F | 57 | 2E |
| Octal | 333 | 17 | 233 | 0 | 135 | 35 | 16 | 477 | 127 | 56 |
| Binary | 11011011 | 1111 | 10011011 | 0 | 1011101 | 11101 | 1110 | 100111111 | 1010111 | 101110 |
Color Harmonies of #DB0F9B
Complementary color
Monochromatic Colors of #DB0F9B
Black with #DB0F9B
Text Example
Text Example
White with #DB0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F9B; }
p { color: rgb(219,15,155); }
H1.HeaderClassName
{
color: #DB0F9B;
}
.AnyTagClassName
{
color: #DB0F9B;
}
</style>
background-color css
<style>
a { background-color: #DB0F9B; }
a { background-color: rgb(219,15,155); }
div.DivClassName
{
background-color: #DB0F9B;
}
.BgClassName
{
background-color: #DB0F9B;
}
</style>
border-color css
<style>
span { border-color: #DB0F9B; }
span { border-color: rgb(219,15,155); }
td.TdClassName
{
border-color: #DB0F9B;
}
.TagClassName
{
border-color: #DB0F9B;
}
</style>