Shades of Medium Violet Red #D1117E
Tints of Medium Violet Red #D1117E
RGB
CMYK
RGB Variations
Color information
#D1117E (or 0xD1117E) is known color: Medium Violet Red. HEX triplet: D1, 11 and 7E. RGB value is (209,17,126). Sum of RGB (Red+Green+Blue) = 209+17+126=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D1117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1117E is #2EEE81. Grayscale: #565656. Windows color (decimal): -3075714 or 8262097. OLE color: 8262097.
HSL color Cylindrical-coordinate representation of color #D1117E: hue angle of 325.94º degrees, saturation: 0.85, 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 #D1117E is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.18 |
| HSL | 325.94º | 0.85% | 0.44% | - |
| HSV(B) | 325.94º | 0.92% | 0.82% | - |
| XYZ | 30.26 | 15.46 | 21.13 | - |
| YUV | 86.83 | 150.11 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 126 | 0 | 0.92 | 0.40 | 0.18 | 325.94 | 0.85 | 0.44 |
| Hex | D1 | 11 | 7E | 0 | 5C | 28 | 12 | 146 | 55 | 2C |
| Octal | 321 | 21 | 176 | 0 | 134 | 50 | 22 | 506 | 125 | 54 |
| Binary | 11010001 | 10001 | 1111110 | 0 | 1011100 | 101000 | 10010 | 101000110 | 1010101 | 101100 |
Color Harmonies of #D1117E
Complementary color
Monochromatic Colors of #D1117E
Black with #D1117E
Text Example
Text Example
White with #D1117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1117E; }
p { color: rgb(209,17,126); }
H1.HeaderClassName
{
color: #D1117E;
}
.AnyTagClassName
{
color: #D1117E;
}
</style>
background-color css
<style>
a { background-color: #D1117E; }
a { background-color: rgb(209,17,126); }
div.DivClassName
{
background-color: #D1117E;
}
.BgClassName
{
background-color: #D1117E;
}
</style>
border-color css
<style>
span { border-color: #D1117E; }
span { border-color: rgb(209,17,126); }
td.TdClassName
{
border-color: #D1117E;
}
.TagClassName
{
border-color: #D1117E;
}
</style>