Shades of Medium Violet Red #D1117D
Tints of Medium Violet Red #D1117D
RGB
CMYK
RGB Variations
Color information
#D1117D (or 0xD1117D) is known color: Medium Violet Red. HEX triplet: D1, 11 and 7D. RGB value is (209,17,125). Sum of RGB (Red+Green+Blue) = 209+17+125=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1117D is #2EEE82. Grayscale: #565656. Windows color (decimal): -3075715 or 8196561. OLE color: 8196561.
HSL color Cylindrical-coordinate representation of color #D1117D: hue angle of 326.25º 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 #D1117D is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 125 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.18 |
| HSL | 326.25º | 0.85% | 0.44% | - |
| HSV(B) | 326.25º | 0.92% | 0.82% | - |
| XYZ | 30.2 | 15.44 | 20.79 | - |
| YUV | 86.72 | 149.61 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 125 | 0 | 0.92 | 0.40 | 0.18 | 326.25 | 0.85 | 0.44 |
| Hex | D1 | 11 | 7D | 0 | 5C | 28 | 12 | 146 | 55 | 2C |
| Octal | 321 | 21 | 175 | 0 | 134 | 50 | 22 | 506 | 125 | 54 |
| Binary | 11010001 | 10001 | 1111101 | 0 | 1011100 | 101000 | 10010 | 101000110 | 1010101 | 101100 |
Color Harmonies of #D1117D
Complementary color
Monochromatic Colors of #D1117D
Black with #D1117D
Text Example
Text Example
White with #D1117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1117D; }
p { color: rgb(209,17,125); }
H1.HeaderClassName
{
color: #D1117D;
}
.AnyTagClassName
{
color: #D1117D;
}
</style>
background-color css
<style>
a { background-color: #D1117D; }
a { background-color: rgb(209,17,125); }
div.DivClassName
{
background-color: #D1117D;
}
.BgClassName
{
background-color: #D1117D;
}
</style>
border-color css
<style>
span { border-color: #D1117D; }
span { border-color: rgb(209,17,125); }
td.TdClassName
{
border-color: #D1117D;
}
.TagClassName
{
border-color: #D1117D;
}
</style>