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