Shades of Hollywood Cerise #DB129D
Tints of Hollywood Cerise #DB129D
RGB
CMYK
RGB Variations
Color information
#DB129D (or 0xDB129D) is known color: Hollywood Cerise. HEX triplet: DB, 12 and 9D. RGB value is (219,18,157). Sum of RGB (Red+Green+Blue) = 219+18+157=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB129D is #24ED62. Grayscale: #5D5D5D. Windows color (decimal): -2420067 or 10293979. OLE color: 10293979.
HSL color Cylindrical-coordinate representation of color #DB129D: hue angle of 318.51º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB129D is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 157 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.14 |
| HSL | 318.51º | 0.85% | 0.46% | - |
| HSV(B) | 318.51º | 0.92% | 0.86% | - |
| XYZ | 35.52 | 17.93 | 33.49 | - |
| YUV | 93.95 | 163.59 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 157 | 0 | 0.92 | 0.28 | 0.14 | 318.51 | 0.85 | 0.46 |
| Hex | DB | 12 | 9D | 0 | 5C | 1C | E | 13F | 55 | 2E |
| Octal | 333 | 22 | 235 | 0 | 134 | 34 | 16 | 477 | 125 | 56 |
| Binary | 11011011 | 10010 | 10011101 | 0 | 1011100 | 11100 | 1110 | 100111111 | 1010101 | 101110 |
Color Harmonies of #DB129D
Complementary color
Monochromatic Colors of #DB129D
Black with #DB129D
Text Example
Text Example
White with #DB129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB129D; }
p { color: rgb(219,18,157); }
H1.HeaderClassName
{
color: #DB129D;
}
.AnyTagClassName
{
color: #DB129D;
}
</style>
background-color css
<style>
a { background-color: #DB129D; }
a { background-color: rgb(219,18,157); }
div.DivClassName
{
background-color: #DB129D;
}
.BgClassName
{
background-color: #DB129D;
}
</style>
border-color css
<style>
span { border-color: #DB129D; }
span { border-color: rgb(219,18,157); }
td.TdClassName
{
border-color: #DB129D;
}
.TagClassName
{
border-color: #DB129D;
}
</style>