Shades of Hollywood Cerise #DB139F
Tints of Hollywood Cerise #DB139F
RGB
CMYK
RGB Variations
Color information
#DB139F (or 0xDB139F) is known color: Hollywood Cerise. HEX triplet: DB, 13 and 9F. RGB value is (219,19,159). Sum of RGB (Red+Green+Blue) = 219+19+159=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB139F is #24EC60. Grayscale: #5E5E5E. Windows color (decimal): -2419809 or 10425307. OLE color: 10425307.
HSL color Cylindrical-coordinate representation of color #DB139F: hue angle of 318º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB139F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 159 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.14 |
| HSL | 318º | 0.84% | 0.47% | - |
| HSV(B) | 318º | 0.91% | 0.86% | - |
| XYZ | 35.7 | 18.03 | 34.4 | - |
| YUV | 94.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 159 | 0 | 0.91 | 0.27 | 0.14 | 318 | 0.84 | 0.47 |
| Hex | DB | 13 | 9F | 0 | 5B | 1B | E | 13E | 54 | 2F |
| Octal | 333 | 23 | 237 | 0 | 133 | 33 | 16 | 476 | 124 | 57 |
| Binary | 11011011 | 10011 | 10011111 | 0 | 1011011 | 11011 | 1110 | 100111110 | 1010100 | 101111 |
Color Harmonies of #DB139F
Complementary color
Monochromatic Colors of #DB139F
Black with #DB139F
Text Example
Text Example
White with #DB139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB139F; }
p { color: rgb(219,19,159); }
H1.HeaderClassName
{
color: #DB139F;
}
.AnyTagClassName
{
color: #DB139F;
}
</style>
background-color css
<style>
a { background-color: #DB139F; }
a { background-color: rgb(219,19,159); }
div.DivClassName
{
background-color: #DB139F;
}
.BgClassName
{
background-color: #DB139F;
}
</style>
border-color css
<style>
span { border-color: #DB139F; }
span { border-color: rgb(219,19,159); }
td.TdClassName
{
border-color: #DB139F;
}
.TagClassName
{
border-color: #DB139F;
}
</style>