Shades of Medium Violet Red #D51186
Tints of Medium Violet Red #D51186
RGB
CMYK
RGB Variations
Color information
#D51186 (or 0xD51186) is known color: Medium Violet Red. HEX triplet: D5, 11 and 86. RGB value is (213,17,134). Sum of RGB (Red+Green+Blue) = 213+17+134=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D51186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51186 is #2AEE79. Grayscale: #585858. Windows color (decimal): -2813562 or 8786389. OLE color: 8786389.
HSL color Cylindrical-coordinate representation of color #D51186: hue angle of 324.18º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51186 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 134 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.16 |
| HSL | 324.18º | 0.85% | 0.45% | - |
| HSV(B) | 324.18º | 0.92% | 0.84% | - |
| XYZ | 31.94 | 16.27 | 24.01 | - |
| YUV | 88.94 | 153.43 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 134 | 0 | 0.92 | 0.37 | 0.16 | 324.18 | 0.85 | 0.45 |
| Hex | D5 | 11 | 86 | 0 | 5C | 25 | 10 | 144 | 55 | 2D |
| Octal | 325 | 21 | 206 | 0 | 134 | 45 | 20 | 504 | 125 | 55 |
| Binary | 11010101 | 10001 | 10000110 | 0 | 1011100 | 100101 | 10000 | 101000100 | 1010101 | 101101 |
Color Harmonies of #D51186
Complementary color
Monochromatic Colors of #D51186
Black with #D51186
Text Example
Text Example
White with #D51186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51186; }
p { color: rgb(213,17,134); }
H1.HeaderClassName
{
color: #D51186;
}
.AnyTagClassName
{
color: #D51186;
}
</style>
background-color css
<style>
a { background-color: #D51186; }
a { background-color: rgb(213,17,134); }
div.DivClassName
{
background-color: #D51186;
}
.BgClassName
{
background-color: #D51186;
}
</style>
border-color css
<style>
span { border-color: #D51186; }
span { border-color: rgb(213,17,134); }
td.TdClassName
{
border-color: #D51186;
}
.TagClassName
{
border-color: #D51186;
}
</style>