Shades of Medium Violet Red #DB139C
Tints of Medium Violet Red #DB139C
RGB
CMYK
RGB Variations
Color information
#DB139C (or 0xDB139C) is known color: Medium Violet Red. HEX triplet: DB, 13 and 9C. RGB value is (219,19,156). Sum of RGB (Red+Green+Blue) = 219+19+156=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB139C is #24EC63. Grayscale: #5E5E5E. Windows color (decimal): -2419812 or 10228699. OLE color: 10228699.
HSL color Cylindrical-coordinate representation of color #DB139C: hue angle of 318.9º 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 #DB139C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 156 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.14 |
| HSL | 318.9º | 0.84% | 0.47% | - |
| HSV(B) | 318.9º | 0.91% | 0.86% | - |
| XYZ | 35.45 | 17.93 | 33.04 | - |
| YUV | 94.42 | 162.76 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 156 | 0 | 0.91 | 0.29 | 0.14 | 318.9 | 0.84 | 0.47 |
| Hex | DB | 13 | 9C | 0 | 5B | 1D | E | 13F | 54 | 2F |
| Octal | 333 | 23 | 234 | 0 | 133 | 35 | 16 | 477 | 124 | 57 |
| Binary | 11011011 | 10011 | 10011100 | 0 | 1011011 | 11101 | 1110 | 100111111 | 1010100 | 101111 |
Color Harmonies of #DB139C
Complementary color
Monochromatic Colors of #DB139C
Black with #DB139C
Text Example
Text Example
White with #DB139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB139C; }
p { color: rgb(219,19,156); }
H1.HeaderClassName
{
color: #DB139C;
}
.AnyTagClassName
{
color: #DB139C;
}
</style>
background-color css
<style>
a { background-color: #DB139C; }
a { background-color: rgb(219,19,156); }
div.DivClassName
{
background-color: #DB139C;
}
.BgClassName
{
background-color: #DB139C;
}
</style>
border-color css
<style>
span { border-color: #DB139C; }
span { border-color: rgb(219,19,156); }
td.TdClassName
{
border-color: #DB139C;
}
.TagClassName
{
border-color: #DB139C;
}
</style>