Shades of Medium Violet Red #D71E7D
Tints of Medium Violet Red #D71E7D
RGB
CMYK
RGB Variations
Color information
#D71E7D (or 0xD71E7D) is known color: Medium Violet Red. HEX triplet: D7, 1E and 7D. RGB value is (215,30,125). Sum of RGB (Red+Green+Blue) = 215+30+125=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E7D is #28E182. Grayscale: #5F5F5F. Windows color (decimal): -2679171 or 8199895. OLE color: 8199895.
HSL color Cylindrical-coordinate representation of color #D71E7D: hue angle of 329.19º 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 #D71E7D is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 125 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.16 |
| HSL | 329.19º | 0.76% | 0.48% | - |
| HSV(B) | 329.19º | 0.86% | 0.84% | - |
| XYZ | 32.19 | 16.86 | 20.96 | - |
| YUV | 96.15 | 144.29 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 125 | 0 | 0.86 | 0.42 | 0.16 | 329.19 | 0.76 | 0.48 |
| Hex | D7 | 1E | 7D | 0 | 56 | 2A | 10 | 149 | 4C | 30 |
| Octal | 327 | 36 | 175 | 0 | 126 | 52 | 20 | 511 | 114 | 60 |
| Binary | 11010111 | 11110 | 1111101 | 0 | 1010110 | 101010 | 10000 | 101001001 | 1001100 | 110000 |
Color Harmonies of #D71E7D
Complementary color
Monochromatic Colors of #D71E7D
Black with #D71E7D
Text Example
Text Example
White with #D71E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E7D; }
p { color: rgb(215,30,125); }
H1.HeaderClassName
{
color: #D71E7D;
}
.AnyTagClassName
{
color: #D71E7D;
}
</style>
background-color css
<style>
a { background-color: #D71E7D; }
a { background-color: rgb(215,30,125); }
div.DivClassName
{
background-color: #D71E7D;
}
.BgClassName
{
background-color: #D71E7D;
}
</style>
border-color css
<style>
span { border-color: #D71E7D; }
span { border-color: rgb(215,30,125); }
td.TdClassName
{
border-color: #D71E7D;
}
.TagClassName
{
border-color: #D71E7D;
}
</style>