Shades of Medium Violet Red #D41986
Tints of Medium Violet Red #D41986
RGB
CMYK
RGB Variations
Color information
#D41986 (or 0xD41986) is known color: Medium Violet Red. HEX triplet: D4, 19 and 86. RGB value is (212,25,134). Sum of RGB (Red+Green+Blue) = 212+25+134=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D41986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D41986 is #2BE679. Grayscale: #5D5D5D. Windows color (decimal): -2877050 or 8788436. OLE color: 8788436.
HSL color Cylindrical-coordinate representation of color #D41986: hue angle of 325.03º 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 #D41986 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 134 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.17 |
| HSL | 325.03º | 0.79% | 0.46% | - |
| HSV(B) | 325.03º | 0.88% | 0.83% | - |
| XYZ | 31.8 | 16.41 | 24.05 | - |
| YUV | 93.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 134 | 0 | 0.88 | 0.37 | 0.17 | 325.03 | 0.79 | 0.46 |
| Hex | D4 | 19 | 86 | 0 | 58 | 25 | 11 | 145 | 4F | 2E |
| Octal | 324 | 31 | 206 | 0 | 130 | 45 | 21 | 505 | 117 | 56 |
| Binary | 11010100 | 11001 | 10000110 | 0 | 1011000 | 100101 | 10001 | 101000101 | 1001111 | 101110 |
Color Harmonies of #D41986
Complementary color
Monochromatic Colors of #D41986
Black with #D41986
Text Example
Text Example
White with #D41986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41986; }
p { color: rgb(212,25,134); }
H1.HeaderClassName
{
color: #D41986;
}
.AnyTagClassName
{
color: #D41986;
}
</style>
background-color css
<style>
a { background-color: #D41986; }
a { background-color: rgb(212,25,134); }
div.DivClassName
{
background-color: #D41986;
}
.BgClassName
{
background-color: #D41986;
}
</style>
border-color css
<style>
span { border-color: #D41986; }
span { border-color: rgb(212,25,134); }
td.TdClassName
{
border-color: #D41986;
}
.TagClassName
{
border-color: #D41986;
}
</style>