Shades of Medium Violet Red #DB0D8D
Tints of Medium Violet Red #DB0D8D
RGB
CMYK
RGB Variations
Color information
#DB0D8D (or 0xDB0D8D) is known color: Medium Violet Red. HEX triplet: DB, 0D and 8D. RGB value is (219,13,141). Sum of RGB (Red+Green+Blue) = 219+13+141=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0D8D is #24F272. Grayscale: #585858. Windows color (decimal): -2421363 or 9244123. OLE color: 9244123.
HSL color Cylindrical-coordinate representation of color #DB0D8D: hue angle of 322.72º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D8D is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 141 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.14 |
| HSL | 322.72º | 0.89% | 0.45% | - |
| HSV(B) | 322.72º | 0.94% | 0.86% | - |
| XYZ | 34.17 | 17.27 | 26.73 | - |
| YUV | 89.19 | 157.25 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 141 | 0 | 0.94 | 0.36 | 0.14 | 322.72 | 0.89 | 0.45 |
| Hex | DB | D | 8D | 0 | 5E | 24 | E | 143 | 59 | 2D |
| Octal | 333 | 15 | 215 | 0 | 136 | 44 | 16 | 503 | 131 | 55 |
| Binary | 11011011 | 1101 | 10001101 | 0 | 1011110 | 100100 | 1110 | 101000011 | 1011001 | 101101 |
Color Harmonies of #DB0D8D
Complementary color
Monochromatic Colors of #DB0D8D
Black with #DB0D8D
Text Example
Text Example
White with #DB0D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D8D; }
p { color: rgb(219,13,141); }
H1.HeaderClassName
{
color: #DB0D8D;
}
.AnyTagClassName
{
color: #DB0D8D;
}
</style>
background-color css
<style>
a { background-color: #DB0D8D; }
a { background-color: rgb(219,13,141); }
div.DivClassName
{
background-color: #DB0D8D;
}
.BgClassName
{
background-color: #DB0D8D;
}
</style>
border-color css
<style>
span { border-color: #DB0D8D; }
span { border-color: rgb(219,13,141); }
td.TdClassName
{
border-color: #DB0D8D;
}
.TagClassName
{
border-color: #DB0D8D;
}
</style>