Shades of Medium Violet Red #D51686
Tints of Medium Violet Red #D51686
RGB
CMYK
RGB Variations
Color information
#D51686 (or 0xD51686) is known color: Medium Violet Red. HEX triplet: D5, 16 and 86. RGB value is (213,22,134). Sum of RGB (Red+Green+Blue) = 213+22+134=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D51686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51686 is #2AE979. Grayscale: #5B5B5B. Windows color (decimal): -2812282 or 8787669. OLE color: 8787669.
HSL color Cylindrical-coordinate representation of color #D51686: hue angle of 324.82º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51686 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 134 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.16 |
| HSL | 324.82º | 0.81% | 0.46% | - |
| HSV(B) | 324.82º | 0.9% | 0.84% | - |
| XYZ | 32.03 | 16.44 | 24.04 | - |
| YUV | 91.88 | 151.78 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 134 | 0 | 0.90 | 0.37 | 0.16 | 324.82 | 0.81 | 0.46 |
| Hex | D5 | 16 | 86 | 0 | 5A | 25 | 10 | 145 | 51 | 2E |
| Octal | 325 | 26 | 206 | 0 | 132 | 45 | 20 | 505 | 121 | 56 |
| Binary | 11010101 | 10110 | 10000110 | 0 | 1011010 | 100101 | 10000 | 101000101 | 1010001 | 101110 |
Color Harmonies of #D51686
Complementary color
Monochromatic Colors of #D51686
Black with #D51686
Text Example
Text Example
White with #D51686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51686; }
p { color: rgb(213,22,134); }
H1.HeaderClassName
{
color: #D51686;
}
.AnyTagClassName
{
color: #D51686;
}
</style>
background-color css
<style>
a { background-color: #D51686; }
a { background-color: rgb(213,22,134); }
div.DivClassName
{
background-color: #D51686;
}
.BgClassName
{
background-color: #D51686;
}
</style>
border-color css
<style>
span { border-color: #D51686; }
span { border-color: rgb(213,22,134); }
td.TdClassName
{
border-color: #D51686;
}
.TagClassName
{
border-color: #D51686;
}
</style>