Shades of Medium Violet Red #D31075
Tints of Medium Violet Red #D31075
RGB
CMYK
RGB Variations
Color information
#D31075 (or 0xD31075) is known color: Medium Violet Red. HEX triplet: D3, 10 and 75. RGB value is (211,16,117). Sum of RGB (Red+Green+Blue) = 211+16+117=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D31075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31075 is #2CEF8A. Grayscale: #555555. Windows color (decimal): -2944907 or 7672019. OLE color: 7672019.
HSL color Cylindrical-coordinate representation of color #D31075: hue angle of 328.92º degrees, saturation: 0.86, 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 #D31075 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.17 |
| HSL | 328.92º | 0.86% | 0.45% | - |
| HSV(B) | 328.92º | 0.92% | 0.83% | - |
| XYZ | 30.26 | 15.5 | 18.23 | - |
| YUV | 85.82 | 145.6 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 117 | 0 | 0.92 | 0.45 | 0.17 | 328.92 | 0.86 | 0.45 |
| Hex | D3 | 10 | 75 | 0 | 5C | 2D | 11 | 149 | 56 | 2D |
| Octal | 323 | 20 | 165 | 0 | 134 | 55 | 21 | 511 | 126 | 55 |
| Binary | 11010011 | 10000 | 1110101 | 0 | 1011100 | 101101 | 10001 | 101001001 | 1010110 | 101101 |
Color Harmonies of #D31075
Complementary color
Monochromatic Colors of #D31075
Black with #D31075
Text Example
Text Example
White with #D31075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31075; }
p { color: rgb(211,16,117); }
H1.HeaderClassName
{
color: #D31075;
}
.AnyTagClassName
{
color: #D31075;
}
</style>
background-color css
<style>
a { background-color: #D31075; }
a { background-color: rgb(211,16,117); }
div.DivClassName
{
background-color: #D31075;
}
.BgClassName
{
background-color: #D31075;
}
</style>
border-color css
<style>
span { border-color: #D31075; }
span { border-color: rgb(211,16,117); }
td.TdClassName
{
border-color: #D31075;
}
.TagClassName
{
border-color: #D31075;
}
</style>