Shades of Medium Violet Red #D71482
Tints of Medium Violet Red #D71482
RGB
CMYK
RGB Variations
Color information
#D71482 (or 0xD71482) is known color: Medium Violet Red. HEX triplet: D7, 14 and 82. RGB value is (215,20,130). Sum of RGB (Red+Green+Blue) = 215+20+130=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D71482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71482 is #28EB7D. Grayscale: #5A5A5A. Windows color (decimal): -2681726 or 8525015. OLE color: 8525015.
HSL color Cylindrical-coordinate representation of color #D71482: hue angle of 326.15º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71482 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 130 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.16 |
| HSL | 326.15º | 0.83% | 0.46% | - |
| HSV(B) | 326.15º | 0.91% | 0.84% | - |
| XYZ | 32.3 | 16.56 | 22.61 | - |
| YUV | 90.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 130 | 0 | 0.91 | 0.40 | 0.16 | 326.15 | 0.83 | 0.46 |
| Hex | D7 | 14 | 82 | 0 | 5B | 28 | 10 | 146 | 53 | 2E |
| Octal | 327 | 24 | 202 | 0 | 133 | 50 | 20 | 506 | 123 | 56 |
| Binary | 11010111 | 10100 | 10000010 | 0 | 1011011 | 101000 | 10000 | 101000110 | 1010011 | 101110 |
Color Harmonies of #D71482
Complementary color
Monochromatic Colors of #D71482
Black with #D71482
Text Example
Text Example
White with #D71482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71482; }
p { color: rgb(215,20,130); }
H1.HeaderClassName
{
color: #D71482;
}
.AnyTagClassName
{
color: #D71482;
}
</style>
background-color css
<style>
a { background-color: #D71482; }
a { background-color: rgb(215,20,130); }
div.DivClassName
{
background-color: #D71482;
}
.BgClassName
{
background-color: #D71482;
}
</style>
border-color css
<style>
span { border-color: #D71482; }
span { border-color: rgb(215,20,130); }
td.TdClassName
{
border-color: #D71482;
}
.TagClassName
{
border-color: #D71482;
}
</style>