Shades of Medium Violet Red #D71982
Tints of Medium Violet Red #D71982
RGB
CMYK
RGB Variations
Color information
#D71982 (or 0xD71982) is known color: Medium Violet Red. HEX triplet: D7, 19 and 82. RGB value is (215,25,130). Sum of RGB (Red+Green+Blue) = 215+25+130=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D71982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71982 is #28E67D. Grayscale: #5D5D5D. Windows color (decimal): -2680446 or 8526295. OLE color: 8526295.
HSL color Cylindrical-coordinate representation of color #D71982: hue angle of 326.84º degrees, saturation: 0.79, 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 #D71982 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 130 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.16 |
| HSL | 326.84º | 0.79% | 0.47% | - |
| HSV(B) | 326.84º | 0.88% | 0.84% | - |
| XYZ | 32.4 | 16.75 | 22.65 | - |
| YUV | 93.78 | 148.45 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 130 | 0 | 0.88 | 0.40 | 0.16 | 326.84 | 0.79 | 0.47 |
| Hex | D7 | 19 | 82 | 0 | 58 | 28 | 10 | 147 | 4F | 2F |
| Octal | 327 | 31 | 202 | 0 | 130 | 50 | 20 | 507 | 117 | 57 |
| Binary | 11010111 | 11001 | 10000010 | 0 | 1011000 | 101000 | 10000 | 101000111 | 1001111 | 101111 |
Color Harmonies of #D71982
Complementary color
Monochromatic Colors of #D71982
Black with #D71982
Text Example
Text Example
White with #D71982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71982; }
p { color: rgb(215,25,130); }
H1.HeaderClassName
{
color: #D71982;
}
.AnyTagClassName
{
color: #D71982;
}
</style>
background-color css
<style>
a { background-color: #D71982; }
a { background-color: rgb(215,25,130); }
div.DivClassName
{
background-color: #D71982;
}
.BgClassName
{
background-color: #D71982;
}
</style>
border-color css
<style>
span { border-color: #D71982; }
span { border-color: rgb(215,25,130); }
td.TdClassName
{
border-color: #D71982;
}
.TagClassName
{
border-color: #D71982;
}
</style>