Shades of Medium Violet Red #D6109D
Tints of Medium Violet Red #D6109D
RGB
CMYK
RGB Variations
Color information
#D6109D (or 0xD6109D) is known color: Medium Violet Red. HEX triplet: D6, 10 and 9D. RGB value is (214,16,157). Sum of RGB (Red+Green+Blue) = 214+16+157=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D6109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6109D is #29EF62. Grayscale: #5A5A5A. Windows color (decimal): -2748259 or 10293462. OLE color: 10293462.
HSL color Cylindrical-coordinate representation of color #D6109D: hue angle of 317.27º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6109D is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.16 |
| HSL | 317.27º | 0.86% | 0.45% | - |
| HSV(B) | 317.27º | 0.93% | 0.84% | - |
| XYZ | 34 | 17.1 | 33.41 | - |
| YUV | 91.28 | 165.1 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 157 | 0 | 0.93 | 0.27 | 0.16 | 317.27 | 0.86 | 0.45 |
| Hex | D6 | 10 | 9D | 0 | 5D | 1B | 10 | 13D | 56 | 2D |
| Octal | 326 | 20 | 235 | 0 | 135 | 33 | 20 | 475 | 126 | 55 |
| Binary | 11010110 | 10000 | 10011101 | 0 | 1011101 | 11011 | 10000 | 100111101 | 1010110 | 101101 |
Color Harmonies of #D6109D
Complementary color
Monochromatic Colors of #D6109D
Black with #D6109D
Text Example
Text Example
White with #D6109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6109D; }
p { color: rgb(214,16,157); }
H1.HeaderClassName
{
color: #D6109D;
}
.AnyTagClassName
{
color: #D6109D;
}
</style>
background-color css
<style>
a { background-color: #D6109D; }
a { background-color: rgb(214,16,157); }
div.DivClassName
{
background-color: #D6109D;
}
.BgClassName
{
background-color: #D6109D;
}
</style>
border-color css
<style>
span { border-color: #D6109D; }
span { border-color: rgb(214,16,157); }
td.TdClassName
{
border-color: #D6109D;
}
.TagClassName
{
border-color: #D6109D;
}
</style>