Shades of Medium Violet Red #D10F71
Tints of Medium Violet Red #D10F71
RGB
CMYK
RGB Variations
Color information
#D10F71 (or 0xD10F71) is known color: Medium Violet Red. HEX triplet: D1, 0F and 71. RGB value is (209,15,113). Sum of RGB (Red+Green+Blue) = 209+15+113=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F71 is #2EF08E. Grayscale: #535353. Windows color (decimal): -3076239 or 7409617. OLE color: 7409617.
HSL color Cylindrical-coordinate representation of color #D10F71: hue angle of 329.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F71 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 113 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.18 |
| HSL | 329.69º | 0.87% | 0.44% | - |
| HSV(B) | 329.69º | 0.93% | 0.82% | - |
| XYZ | 29.45 | 15.09 | 16.98 | - |
| YUV | 84.18 | 144.27 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 113 | 0 | 0.93 | 0.46 | 0.18 | 329.69 | 0.87 | 0.44 |
| Hex | D1 | F | 71 | 0 | 5D | 2E | 12 | 14A | 57 | 2C |
| Octal | 321 | 17 | 161 | 0 | 135 | 56 | 22 | 512 | 127 | 54 |
| Binary | 11010001 | 1111 | 1110001 | 0 | 1011101 | 101110 | 10010 | 101001010 | 1010111 | 101100 |
Color Harmonies of #D10F71
Complementary color
Monochromatic Colors of #D10F71
Black with #D10F71
Text Example
Text Example
White with #D10F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F71; }
p { color: rgb(209,15,113); }
H1.HeaderClassName
{
color: #D10F71;
}
.AnyTagClassName
{
color: #D10F71;
}
</style>
background-color css
<style>
a { background-color: #D10F71; }
a { background-color: rgb(209,15,113); }
div.DivClassName
{
background-color: #D10F71;
}
.BgClassName
{
background-color: #D10F71;
}
</style>
border-color css
<style>
span { border-color: #D10F71; }
span { border-color: rgb(209,15,113); }
td.TdClassName
{
border-color: #D10F71;
}
.TagClassName
{
border-color: #D10F71;
}
</style>