Shades of Medium Violet Red #DB108E
Tints of Medium Violet Red #DB108E
RGB
CMYK
RGB Variations
Color information
#DB108E (or 0xDB108E) is known color: Medium Violet Red. HEX triplet: DB, 10 and 8E. RGB value is (219,16,142). Sum of RGB (Red+Green+Blue) = 219+16+142=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB108E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB108E is #24EF71. Grayscale: #5A5A5A. Windows color (decimal): -2420594 or 9310427. OLE color: 9310427.
HSL color Cylindrical-coordinate representation of color #DB108E: hue angle of 322.76º 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 #DB108E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 142 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.14 |
| HSL | 322.76º | 0.86% | 0.46% | - |
| HSV(B) | 322.76º | 0.93% | 0.86% | - |
| XYZ | 34.28 | 17.38 | 27.14 | - |
| YUV | 91.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 142 | 0 | 0.93 | 0.35 | 0.14 | 322.76 | 0.86 | 0.46 |
| Hex | DB | 10 | 8E | 0 | 5D | 23 | E | 143 | 56 | 2E |
| Octal | 333 | 20 | 216 | 0 | 135 | 43 | 16 | 503 | 126 | 56 |
| Binary | 11011011 | 10000 | 10001110 | 0 | 1011101 | 100011 | 1110 | 101000011 | 1010110 | 101110 |
Color Harmonies of #DB108E
Complementary color
Monochromatic Colors of #DB108E
Black with #DB108E
Text Example
Text Example
White with #DB108E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB108E; }
p { color: rgb(219,16,142); }
H1.HeaderClassName
{
color: #DB108E;
}
.AnyTagClassName
{
color: #DB108E;
}
</style>
background-color css
<style>
a { background-color: #DB108E; }
a { background-color: rgb(219,16,142); }
div.DivClassName
{
background-color: #DB108E;
}
.BgClassName
{
background-color: #DB108E;
}
</style>
border-color css
<style>
span { border-color: #DB108E; }
span { border-color: rgb(219,16,142); }
td.TdClassName
{
border-color: #DB108E;
}
.TagClassName
{
border-color: #DB108E;
}
</style>