Shades of Medium Violet Red #D71A7D
Tints of Medium Violet Red #D71A7D
RGB
CMYK
RGB Variations
Color information
#D71A7D (or 0xD71A7D) is known color: Medium Violet Red. HEX triplet: D7, 1A and 7D. RGB value is (215,26,125). Sum of RGB (Red+Green+Blue) = 215+26+125=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71A7D is #28E582. Grayscale: #5D5D5D. Windows color (decimal): -2680195 or 8198871. OLE color: 8198871.
HSL color Cylindrical-coordinate representation of color #D71A7D: hue angle of 328.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A7D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 125 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.16 |
| HSL | 328.57º | 0.78% | 0.47% | - |
| HSV(B) | 328.57º | 0.88% | 0.84% | - |
| XYZ | 32.1 | 16.67 | 20.93 | - |
| YUV | 93.8 | 145.62 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 125 | 0 | 0.88 | 0.42 | 0.16 | 328.57 | 0.78 | 0.47 |
| Hex | D7 | 1A | 7D | 0 | 58 | 2A | 10 | 149 | 4E | 2F |
| Octal | 327 | 32 | 175 | 0 | 130 | 52 | 20 | 511 | 116 | 57 |
| Binary | 11010111 | 11010 | 1111101 | 0 | 1011000 | 101010 | 10000 | 101001001 | 1001110 | 101111 |
Color Harmonies of #D71A7D
Complementary color
Monochromatic Colors of #D71A7D
Black with #D71A7D
Text Example
Text Example
White with #D71A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A7D; }
p { color: rgb(215,26,125); }
H1.HeaderClassName
{
color: #D71A7D;
}
.AnyTagClassName
{
color: #D71A7D;
}
</style>
background-color css
<style>
a { background-color: #D71A7D; }
a { background-color: rgb(215,26,125); }
div.DivClassName
{
background-color: #D71A7D;
}
.BgClassName
{
background-color: #D71A7D;
}
</style>
border-color css
<style>
span { border-color: #D71A7D; }
span { border-color: rgb(215,26,125); }
td.TdClassName
{
border-color: #D71A7D;
}
.TagClassName
{
border-color: #D71A7D;
}
</style>