Shades of Medium Violet Red #DB0986
Tints of Medium Violet Red #DB0986
RGB
CMYK
RGB Variations
Color information
#DB0986 (or 0xDB0986) is known color: Medium Violet Red. HEX triplet: DB, 09 and 86. RGB value is (219,9,134). Sum of RGB (Red+Green+Blue) = 219+9+134=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0986 is #24F679. Grayscale: #555555. Windows color (decimal): -2422394 or 8784347. OLE color: 8784347.
HSL color Cylindrical-coordinate representation of color #DB0986: hue angle of 324.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0986 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.14 |
| HSL | 324.29º | 0.92% | 0.45% | - |
| HSV(B) | 324.29º | 0.96% | 0.86% | - |
| XYZ | 33.61 | 16.98 | 24.06 | - |
| YUV | 86.04 | 155.07 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 134 | 0 | 0.96 | 0.39 | 0.14 | 324.29 | 0.92 | 0.45 |
| Hex | DB | 9 | 86 | 0 | 60 | 27 | E | 144 | 5C | 2D |
| Octal | 333 | 11 | 206 | 0 | 140 | 47 | 16 | 504 | 134 | 55 |
| Binary | 11011011 | 1001 | 10000110 | 0 | 1100000 | 100111 | 1110 | 101000100 | 1011100 | 101101 |
Color Harmonies of #DB0986
Complementary color
Monochromatic Colors of #DB0986
Black with #DB0986
Text Example
Text Example
White with #DB0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0986; }
p { color: rgb(219,9,134); }
H1.HeaderClassName
{
color: #DB0986;
}
.AnyTagClassName
{
color: #DB0986;
}
</style>
background-color css
<style>
a { background-color: #DB0986; }
a { background-color: rgb(219,9,134); }
div.DivClassName
{
background-color: #DB0986;
}
.BgClassName
{
background-color: #DB0986;
}
</style>
border-color css
<style>
span { border-color: #DB0986; }
span { border-color: rgb(219,9,134); }
td.TdClassName
{
border-color: #DB0986;
}
.TagClassName
{
border-color: #DB0986;
}
</style>