Shades of Medium Violet Red #D1109D
Tints of Medium Violet Red #D1109D
RGB
CMYK
RGB Variations
Color information
#D1109D (or 0xD1109D) is known color: Medium Violet Red. HEX triplet: D1, 10 and 9D. RGB value is (209,16,157). Sum of RGB (Red+Green+Blue) = 209+16+157=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1109D is #2EEF62. Grayscale: #595959. Windows color (decimal): -3075939 or 10293457. OLE color: 10293457.
HSL color Cylindrical-coordinate representation of color #D1109D: hue angle of 316.17º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1109D is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 157 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.18 |
| HSL | 316.17º | 0.86% | 0.44% | - |
| HSV(B) | 316.17º | 0.92% | 0.82% | - |
| XYZ | 32.57 | 16.36 | 33.34 | - |
| YUV | 89.78 | 165.94 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 157 | 0 | 0.92 | 0.25 | 0.18 | 316.17 | 0.86 | 0.44 |
| Hex | D1 | 10 | 9D | 0 | 5C | 19 | 12 | 13C | 56 | 2C |
| Octal | 321 | 20 | 235 | 0 | 134 | 31 | 22 | 474 | 126 | 54 |
| Binary | 11010001 | 10000 | 10011101 | 0 | 1011100 | 11001 | 10010 | 100111100 | 1010110 | 101100 |
Color Harmonies of #D1109D
Complementary color
Monochromatic Colors of #D1109D
Black with #D1109D
Text Example
Text Example
White with #D1109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1109D; }
p { color: rgb(209,16,157); }
H1.HeaderClassName
{
color: #D1109D;
}
.AnyTagClassName
{
color: #D1109D;
}
</style>
background-color css
<style>
a { background-color: #D1109D; }
a { background-color: rgb(209,16,157); }
div.DivClassName
{
background-color: #D1109D;
}
.BgClassName
{
background-color: #D1109D;
}
</style>
border-color css
<style>
span { border-color: #D1109D; }
span { border-color: rgb(209,16,157); }
td.TdClassName
{
border-color: #D1109D;
}
.TagClassName
{
border-color: #D1109D;
}
</style>