Shades of Hollywood Cerise #DB109B
Tints of Hollywood Cerise #DB109B
RGB
CMYK
RGB Variations
Color information
#DB109B (or 0xDB109B) is known color: Hollywood Cerise. HEX triplet: DB, 10 and 9B. RGB value is (219,16,155). Sum of RGB (Red+Green+Blue) = 219+16+155=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB109B is #24EF64. Grayscale: #5C5C5C. Windows color (decimal): -2420581 or 10162395. OLE color: 10162395.
HSL color Cylindrical-coordinate representation of color #DB109B: hue angle of 318.92º degrees, saturation: 0.86, 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 #DB109B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 155 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.14 |
| HSL | 318.92º | 0.86% | 0.46% | - |
| HSV(B) | 318.92º | 0.93% | 0.86% | - |
| XYZ | 35.32 | 17.8 | 32.58 | - |
| YUV | 92.54 | 163.25 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 155 | 0 | 0.93 | 0.29 | 0.14 | 318.92 | 0.86 | 0.46 |
| Hex | DB | 10 | 9B | 0 | 5D | 1D | E | 13F | 56 | 2E |
| Octal | 333 | 20 | 233 | 0 | 135 | 35 | 16 | 477 | 126 | 56 |
| Binary | 11011011 | 10000 | 10011011 | 0 | 1011101 | 11101 | 1110 | 100111111 | 1010110 | 101110 |
Color Harmonies of #DB109B
Complementary color
Monochromatic Colors of #DB109B
Black with #DB109B
Text Example
Text Example
White with #DB109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB109B; }
p { color: rgb(219,16,155); }
H1.HeaderClassName
{
color: #DB109B;
}
.AnyTagClassName
{
color: #DB109B;
}
</style>
background-color css
<style>
a { background-color: #DB109B; }
a { background-color: rgb(219,16,155); }
div.DivClassName
{
background-color: #DB109B;
}
.BgClassName
{
background-color: #DB109B;
}
</style>
border-color css
<style>
span { border-color: #DB109B; }
span { border-color: rgb(219,16,155); }
td.TdClassName
{
border-color: #DB109B;
}
.TagClassName
{
border-color: #DB109B;
}
</style>