Shades of Medium Violet Red #D10071
Tints of Medium Violet Red #D10071
RGB
CMYK
RGB Variations
Color information
#D10071 (or 0xD10071) is known color: Medium Violet Red. HEX triplet: D1, 00 and 71. RGB value is (209,0,113). Sum of RGB (Red+Green+Blue) = 209+0+113=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D10071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10071 is #2EFF8E. Grayscale: #4B4B4B. Windows color (decimal): -3080079 or 7405777. OLE color: 7405777.
HSL color Cylindrical-coordinate representation of color #D10071: hue angle of 327.56º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10071 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.46 | 0.18 |
| HSL | 327.56º | 1% | 0.41% | - |
| HSV(B) | 327.56º | 1% | 0.82% | - |
| XYZ | 29.28 | 14.75 | 16.93 | - |
| YUV | 75.37 | 149.24 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 113 | 0 | 1 | 0.46 | 0.18 | 327.56 | 1 | 0.41 |
| Hex | D1 | 0 | 71 | 0 | 64 | 2E | 12 | 148 | 64 | 29 |
| Octal | 321 | 0 | 161 | 0 | 144 | 56 | 22 | 510 | 144 | 51 |
| Binary | 11010001 | 0 | 1110001 | 0 | 1100100 | 101110 | 10010 | 101001000 | 1100100 | 101001 |
Color Harmonies of #D10071
Complementary color
Monochromatic Colors of #D10071
Black with #D10071
Text Example
Text Example
White with #D10071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10071; }
p { color: rgb(209,0,113); }
H1.HeaderClassName
{
color: #D10071;
}
.AnyTagClassName
{
color: #D10071;
}
</style>
background-color css
<style>
a { background-color: #D10071; }
a { background-color: rgb(209,0,113); }
div.DivClassName
{
background-color: #D10071;
}
.BgClassName
{
background-color: #D10071;
}
</style>
border-color css
<style>
span { border-color: #D10071; }
span { border-color: rgb(209,0,113); }
td.TdClassName
{
border-color: #D10071;
}
.TagClassName
{
border-color: #D10071;
}
</style>