Shades of Medium Violet Red #D71191
Tints of Medium Violet Red #D71191
RGB
CMYK
RGB Variations
Color information
#D71191 (or 0xD71191) is known color: Medium Violet Red. HEX triplet: D7, 11 and 91. RGB value is (215,17,145). Sum of RGB (Red+Green+Blue) = 215+17+145=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D71191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71191 is #28EE6E. Grayscale: #5A5A5A. Windows color (decimal): -2682479 or 9507287. OLE color: 9507287.
HSL color Cylindrical-coordinate representation of color #D71191: hue angle of 321.21º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71191 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 145 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.16 |
| HSL | 321.21º | 0.85% | 0.45% | - |
| HSV(B) | 321.21º | 0.92% | 0.84% | - |
| XYZ | 33.34 | 16.89 | 28.29 | - |
| YUV | 90.79 | 158.6 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 145 | 0 | 0.92 | 0.33 | 0.16 | 321.21 | 0.85 | 0.45 |
| Hex | D7 | 11 | 91 | 0 | 5C | 21 | 10 | 141 | 55 | 2D |
| Octal | 327 | 21 | 221 | 0 | 134 | 41 | 20 | 501 | 125 | 55 |
| Binary | 11010111 | 10001 | 10010001 | 0 | 1011100 | 100001 | 10000 | 101000001 | 1010101 | 101101 |
Color Harmonies of #D71191
Complementary color
Monochromatic Colors of #D71191
Black with #D71191
Text Example
Text Example
White with #D71191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71191; }
p { color: rgb(215,17,145); }
H1.HeaderClassName
{
color: #D71191;
}
.AnyTagClassName
{
color: #D71191;
}
</style>
background-color css
<style>
a { background-color: #D71191; }
a { background-color: rgb(215,17,145); }
div.DivClassName
{
background-color: #D71191;
}
.BgClassName
{
background-color: #D71191;
}
</style>
border-color css
<style>
span { border-color: #D71191; }
span { border-color: rgb(215,17,145); }
td.TdClassName
{
border-color: #D71191;
}
.TagClassName
{
border-color: #D71191;
}
</style>