Shades of Medium Violet Red #D41982
Tints of Medium Violet Red #D41982
RGB
CMYK
RGB Variations
Color information
#D41982 (or 0xD41982) is known color: Medium Violet Red. HEX triplet: D4, 19 and 82. RGB value is (212,25,130). Sum of RGB (Red+Green+Blue) = 212+25+130=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D41982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41982 is #2BE67D. Grayscale: #5C5C5C. Windows color (decimal): -2877054 or 8526292. OLE color: 8526292.
HSL color Cylindrical-coordinate representation of color #D41982: hue angle of 326.31º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41982 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 130 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.17 |
| HSL | 326.31º | 0.79% | 0.46% | - |
| HSV(B) | 326.31º | 0.88% | 0.83% | - |
| XYZ | 31.53 | 16.3 | 22.6 | - |
| YUV | 92.88 | 148.95 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 130 | 0 | 0.88 | 0.39 | 0.17 | 326.31 | 0.79 | 0.46 |
| Hex | D4 | 19 | 82 | 0 | 58 | 27 | 11 | 146 | 4F | 2E |
| Octal | 324 | 31 | 202 | 0 | 130 | 47 | 21 | 506 | 117 | 56 |
| Binary | 11010100 | 11001 | 10000010 | 0 | 1011000 | 100111 | 10001 | 101000110 | 1001111 | 101110 |
Color Harmonies of #D41982
Complementary color
Monochromatic Colors of #D41982
Black with #D41982
Text Example
Text Example
White with #D41982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41982; }
p { color: rgb(212,25,130); }
H1.HeaderClassName
{
color: #D41982;
}
.AnyTagClassName
{
color: #D41982;
}
</style>
background-color css
<style>
a { background-color: #D41982; }
a { background-color: rgb(212,25,130); }
div.DivClassName
{
background-color: #D41982;
}
.BgClassName
{
background-color: #D41982;
}
</style>
border-color css
<style>
span { border-color: #D41982; }
span { border-color: rgb(212,25,130); }
td.TdClassName
{
border-color: #D41982;
}
.TagClassName
{
border-color: #D41982;
}
</style>