Shades of Medium Violet Red #DB1086
Tints of Medium Violet Red #DB1086
RGB
CMYK
RGB Variations
Color information
#DB1086 (or 0xDB1086) is known color: Medium Violet Red. HEX triplet: DB, 10 and 86. RGB value is (219,16,134). Sum of RGB (Red+Green+Blue) = 219+16+134=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1086 is #24EF79. Grayscale: #595959. Windows color (decimal): -2420602 or 8786139. OLE color: 8786139.
HSL color Cylindrical-coordinate representation of color #DB1086: hue angle of 325.12º 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 #DB1086 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 134 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.14 |
| HSL | 325.12º | 0.86% | 0.46% | - |
| HSV(B) | 325.12º | 0.93% | 0.86% | - |
| XYZ | 33.7 | 17.15 | 24.09 | - |
| YUV | 90.15 | 152.75 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 134 | 0 | 0.93 | 0.39 | 0.14 | 325.12 | 0.86 | 0.46 |
| Hex | DB | 10 | 86 | 0 | 5D | 27 | E | 145 | 56 | 2E |
| Octal | 333 | 20 | 206 | 0 | 135 | 47 | 16 | 505 | 126 | 56 |
| Binary | 11011011 | 10000 | 10000110 | 0 | 1011101 | 100111 | 1110 | 101000101 | 1010110 | 101110 |
Color Harmonies of #DB1086
Complementary color
Monochromatic Colors of #DB1086
Black with #DB1086
Text Example
Text Example
White with #DB1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1086; }
p { color: rgb(219,16,134); }
H1.HeaderClassName
{
color: #DB1086;
}
.AnyTagClassName
{
color: #DB1086;
}
</style>
background-color css
<style>
a { background-color: #DB1086; }
a { background-color: rgb(219,16,134); }
div.DivClassName
{
background-color: #DB1086;
}
.BgClassName
{
background-color: #DB1086;
}
</style>
border-color css
<style>
span { border-color: #DB1086; }
span { border-color: rgb(219,16,134); }
td.TdClassName
{
border-color: #DB1086;
}
.TagClassName
{
border-color: #DB1086;
}
</style>