Shades of Medium Violet Red #D71D7E
Tints of Medium Violet Red #D71D7E
RGB
CMYK
RGB Variations
Color information
#D71D7E (or 0xD71D7E) is known color: Medium Violet Red. HEX triplet: D7, 1D and 7E. RGB value is (215,29,126). Sum of RGB (Red+Green+Blue) = 215+29+126=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D7E is #28E281. Grayscale: #5F5F5F. Windows color (decimal): -2679426 or 8265175. OLE color: 8265175.
HSL color Cylindrical-coordinate representation of color #D71D7E: hue angle of 328.71º 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 #D71D7E is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 126 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.16 |
| HSL | 328.71º | 0.76% | 0.48% | - |
| HSV(B) | 328.71º | 0.87% | 0.84% | - |
| XYZ | 32.23 | 16.83 | 21.29 | - |
| YUV | 95.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 126 | 0 | 0.87 | 0.41 | 0.16 | 328.71 | 0.76 | 0.48 |
| Hex | D7 | 1D | 7E | 0 | 57 | 29 | 10 | 149 | 4C | 30 |
| Octal | 327 | 35 | 176 | 0 | 127 | 51 | 20 | 511 | 114 | 60 |
| Binary | 11010111 | 11101 | 1111110 | 0 | 1010111 | 101001 | 10000 | 101001001 | 1001100 | 110000 |
Color Harmonies of #D71D7E
Complementary color
Monochromatic Colors of #D71D7E
Black with #D71D7E
Text Example
Text Example
White with #D71D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D7E; }
p { color: rgb(215,29,126); }
H1.HeaderClassName
{
color: #D71D7E;
}
.AnyTagClassName
{
color: #D71D7E;
}
</style>
background-color css
<style>
a { background-color: #D71D7E; }
a { background-color: rgb(215,29,126); }
div.DivClassName
{
background-color: #D71D7E;
}
.BgClassName
{
background-color: #D71D7E;
}
</style>
border-color css
<style>
span { border-color: #D71D7E; }
span { border-color: rgb(215,29,126); }
td.TdClassName
{
border-color: #D71D7E;
}
.TagClassName
{
border-color: #D71D7E;
}
</style>