Shades of Medium Violet Red #D10971
Tints of Medium Violet Red #D10971
RGB
CMYK
RGB Variations
Color information
#D10971 (or 0xD10971) is known color: Medium Violet Red. HEX triplet: D1, 09 and 71. RGB value is (209,9,113). Sum of RGB (Red+Green+Blue) = 209+9+113=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D10971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10971 is #2EF68E. Grayscale: #505050. Windows color (decimal): -3077775 or 7408081. OLE color: 7408081.
HSL color Cylindrical-coordinate representation of color #D10971: hue angle of 328.8º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10971 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.18 |
| HSL | 328.8º | 0.92% | 0.43% | - |
| HSV(B) | 328.8º | 0.96% | 0.82% | - |
| XYZ | 29.37 | 14.94 | 16.96 | - |
| YUV | 80.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 113 | 0 | 0.96 | 0.46 | 0.18 | 328.8 | 0.92 | 0.43 |
| Hex | D1 | 9 | 71 | 0 | 60 | 2E | 12 | 149 | 5C | 2B |
| Octal | 321 | 11 | 161 | 0 | 140 | 56 | 22 | 511 | 134 | 53 |
| Binary | 11010001 | 1001 | 1110001 | 0 | 1100000 | 101110 | 10010 | 101001001 | 1011100 | 101011 |
Color Harmonies of #D10971
Complementary color
Monochromatic Colors of #D10971
Black with #D10971
Text Example
Text Example
White with #D10971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10971; }
p { color: rgb(209,9,113); }
H1.HeaderClassName
{
color: #D10971;
}
.AnyTagClassName
{
color: #D10971;
}
</style>
background-color css
<style>
a { background-color: #D10971; }
a { background-color: rgb(209,9,113); }
div.DivClassName
{
background-color: #D10971;
}
.BgClassName
{
background-color: #D10971;
}
</style>
border-color css
<style>
span { border-color: #D10971; }
span { border-color: rgb(209,9,113); }
td.TdClassName
{
border-color: #D10971;
}
.TagClassName
{
border-color: #D10971;
}
</style>