Shades of Medium Violet Red #D71E84
Tints of Medium Violet Red #D71E84
RGB
CMYK
RGB Variations
Color information
#D71E84 (or 0xD71E84) is known color: Medium Violet Red. HEX triplet: D7, 1E and 84. RGB value is (215,30,132). Sum of RGB (Red+Green+Blue) = 215+30+132=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E84 is #28E17B. Grayscale: #606060. Windows color (decimal): -2679164 or 8658647. OLE color: 8658647.
HSL color Cylindrical-coordinate representation of color #D71E84: hue angle of 326.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E84 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 132 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.16 |
| HSL | 326.92º | 0.76% | 0.48% | - |
| HSV(B) | 326.92º | 0.86% | 0.84% | - |
| XYZ | 32.65 | 17.04 | 23.4 | - |
| YUV | 96.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 132 | 0 | 0.86 | 0.39 | 0.16 | 326.92 | 0.76 | 0.48 |
| Hex | D7 | 1E | 84 | 0 | 56 | 27 | 10 | 147 | 4C | 30 |
| Octal | 327 | 36 | 204 | 0 | 126 | 47 | 20 | 507 | 114 | 60 |
| Binary | 11010111 | 11110 | 10000100 | 0 | 1010110 | 100111 | 10000 | 101000111 | 1001100 | 110000 |
Color Harmonies of #D71E84
Complementary color
Monochromatic Colors of #D71E84
Black with #D71E84
Text Example
Text Example
White with #D71E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E84; }
p { color: rgb(215,30,132); }
H1.HeaderClassName
{
color: #D71E84;
}
.AnyTagClassName
{
color: #D71E84;
}
</style>
background-color css
<style>
a { background-color: #D71E84; }
a { background-color: rgb(215,30,132); }
div.DivClassName
{
background-color: #D71E84;
}
.BgClassName
{
background-color: #D71E84;
}
</style>
border-color css
<style>
span { border-color: #D71E84; }
span { border-color: rgb(215,30,132); }
td.TdClassName
{
border-color: #D71E84;
}
.TagClassName
{
border-color: #D71E84;
}
</style>