Shades of Medium Violet Red #D71D7D
Tints of Medium Violet Red #D71D7D
RGB
CMYK
RGB Variations
Color information
#D71D7D (or 0xD71D7D) is known color: Medium Violet Red. HEX triplet: D7, 1D and 7D. RGB value is (215,29,125). Sum of RGB (Red+Green+Blue) = 215+29+125=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D7D is #28E282. Grayscale: #5F5F5F. Windows color (decimal): -2679427 or 8199639. OLE color: 8199639.
HSL color Cylindrical-coordinate representation of color #D71D7D: hue angle of 329.03º 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 #D71D7D is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 125 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.16 |
| HSL | 329.03º | 0.76% | 0.48% | - |
| HSV(B) | 329.03º | 0.87% | 0.84% | - |
| XYZ | 32.17 | 16.81 | 20.95 | - |
| YUV | 95.56 | 144.62 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 125 | 0 | 0.87 | 0.42 | 0.16 | 329.03 | 0.76 | 0.48 |
| Hex | D7 | 1D | 7D | 0 | 57 | 2A | 10 | 149 | 4C | 30 |
| Octal | 327 | 35 | 175 | 0 | 127 | 52 | 20 | 511 | 114 | 60 |
| Binary | 11010111 | 11101 | 1111101 | 0 | 1010111 | 101010 | 10000 | 101001001 | 1001100 | 110000 |
Color Harmonies of #D71D7D
Complementary color
Monochromatic Colors of #D71D7D
Black with #D71D7D
Text Example
Text Example
White with #D71D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D7D; }
p { color: rgb(215,29,125); }
H1.HeaderClassName
{
color: #D71D7D;
}
.AnyTagClassName
{
color: #D71D7D;
}
</style>
background-color css
<style>
a { background-color: #D71D7D; }
a { background-color: rgb(215,29,125); }
div.DivClassName
{
background-color: #D71D7D;
}
.BgClassName
{
background-color: #D71D7D;
}
</style>
border-color css
<style>
span { border-color: #D71D7D; }
span { border-color: rgb(215,29,125); }
td.TdClassName
{
border-color: #D71D7D;
}
.TagClassName
{
border-color: #D71D7D;
}
</style>