Shades of Medium Violet Red #D31175
Tints of Medium Violet Red #D31175
RGB
CMYK
RGB Variations
Color information
#D31175 (or 0xD31175) is known color: Medium Violet Red. HEX triplet: D3, 11 and 75. RGB value is (211,17,117). Sum of RGB (Red+Green+Blue) = 211+17+117=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D31175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31175 is #2CEE8A. Grayscale: #565656. Windows color (decimal): -2944651 or 7672275. OLE color: 7672275.
HSL color Cylindrical-coordinate representation of color #D31175: hue angle of 329.07º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31175 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 17 | 117 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.17 |
| HSL | 329.07º | 0.85% | 0.45% | - |
| HSV(B) | 329.07º | 0.92% | 0.83% | - |
| XYZ | 30.28 | 15.53 | 18.23 | - |
| YUV | 86.41 | 145.27 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 117 | 0 | 0.92 | 0.45 | 0.17 | 329.07 | 0.85 | 0.45 |
| Hex | D3 | 11 | 75 | 0 | 5C | 2D | 11 | 149 | 55 | 2D |
| Octal | 323 | 21 | 165 | 0 | 134 | 55 | 21 | 511 | 125 | 55 |
| Binary | 11010011 | 10001 | 1110101 | 0 | 1011100 | 101101 | 10001 | 101001001 | 1010101 | 101101 |
Color Harmonies of #D31175
Complementary color
Monochromatic Colors of #D31175
Black with #D31175
Text Example
Text Example
White with #D31175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31175; }
p { color: rgb(211,17,117); }
H1.HeaderClassName
{
color: #D31175;
}
.AnyTagClassName
{
color: #D31175;
}
</style>
background-color css
<style>
a { background-color: #D31175; }
a { background-color: rgb(211,17,117); }
div.DivClassName
{
background-color: #D31175;
}
.BgClassName
{
background-color: #D31175;
}
</style>
border-color css
<style>
span { border-color: #D31175; }
span { border-color: rgb(211,17,117); }
td.TdClassName
{
border-color: #D31175;
}
.TagClassName
{
border-color: #D31175;
}
</style>