Shades of Medium Violet Red #D71DA2
Tints of Medium Violet Red #D71DA2
RGB
CMYK
RGB Variations
Color information
#D71DA2 (or 0xD71DA2) is known color: Medium Violet Red. HEX triplet: D7, 1D and A2. RGB value is (215,29,162). Sum of RGB (Red+Green+Blue) = 215+29+162=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D71DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71DA2 is #28E25D. Grayscale: #636363. Windows color (decimal): -2679390 or 10624471. OLE color: 10624471.
HSL color Cylindrical-coordinate representation of color #D71DA2: hue angle of 317.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71DA2 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 162 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.16 |
| HSL | 317.1º | 0.76% | 0.48% | - |
| HSV(B) | 317.1º | 0.87% | 0.84% | - |
| XYZ | 34.99 | 17.93 | 35.8 | - |
| YUV | 99.78 | 163.12 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 162 | 0 | 0.87 | 0.25 | 0.16 | 317.1 | 0.76 | 0.48 |
| Hex | D7 | 1D | A2 | 0 | 57 | 19 | 10 | 13D | 4C | 30 |
| Octal | 327 | 35 | 242 | 0 | 127 | 31 | 20 | 475 | 114 | 60 |
| Binary | 11010111 | 11101 | 10100010 | 0 | 1010111 | 11001 | 10000 | 100111101 | 1001100 | 110000 |
Color Harmonies of #D71DA2
Complementary color
Monochromatic Colors of #D71DA2
Black with #D71DA2
Text Example
Text Example
White with #D71DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71DA2; }
p { color: rgb(215,29,162); }
H1.HeaderClassName
{
color: #D71DA2;
}
.AnyTagClassName
{
color: #D71DA2;
}
</style>
background-color css
<style>
a { background-color: #D71DA2; }
a { background-color: rgb(215,29,162); }
div.DivClassName
{
background-color: #D71DA2;
}
.BgClassName
{
background-color: #D71DA2;
}
</style>
border-color css
<style>
span { border-color: #D71DA2; }
span { border-color: rgb(215,29,162); }
td.TdClassName
{
border-color: #D71DA2;
}
.TagClassName
{
border-color: #D71DA2;
}
</style>