Shades of Medium Violet Red #D41D82
Tints of Medium Violet Red #D41D82
RGB
CMYK
RGB Variations
Color information
#D41D82 (or 0xD41D82) is known color: Medium Violet Red. HEX triplet: D4, 1D and 82. RGB value is (212,29,130). Sum of RGB (Red+Green+Blue) = 212+29+130=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D41D82 is #2BE27D. Grayscale: #5F5F5F. Windows color (decimal): -2876030 or 8527316. OLE color: 8527316.
HSL color Cylindrical-coordinate representation of color #D41D82: hue angle of 326.89º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D82 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 130 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.17 |
| HSL | 326.89º | 0.76% | 0.47% | - |
| HSV(B) | 326.89º | 0.86% | 0.83% | - |
| XYZ | 31.62 | 16.49 | 22.63 | - |
| YUV | 95.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 130 | 0 | 0.86 | 0.39 | 0.17 | 326.89 | 0.76 | 0.47 |
| Hex | D4 | 1D | 82 | 0 | 56 | 27 | 11 | 147 | 4C | 2F |
| Octal | 324 | 35 | 202 | 0 | 126 | 47 | 21 | 507 | 114 | 57 |
| Binary | 11010100 | 11101 | 10000010 | 0 | 1010110 | 100111 | 10001 | 101000111 | 1001100 | 101111 |
Color Harmonies of #D41D82
Complementary color
Monochromatic Colors of #D41D82
Black with #D41D82
Text Example
Text Example
White with #D41D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D82; }
p { color: rgb(212,29,130); }
H1.HeaderClassName
{
color: #D41D82;
}
.AnyTagClassName
{
color: #D41D82;
}
</style>
background-color css
<style>
a { background-color: #D41D82; }
a { background-color: rgb(212,29,130); }
div.DivClassName
{
background-color: #D41D82;
}
.BgClassName
{
background-color: #D41D82;
}
</style>
border-color css
<style>
span { border-color: #D41D82; }
span { border-color: rgb(212,29,130); }
td.TdClassName
{
border-color: #D41D82;
}
.TagClassName
{
border-color: #D41D82;
}
</style>