Shades of Medium Violet Red #D61686
Tints of Medium Violet Red #D61686
RGB
CMYK
RGB Variations
Color information
#D61686 (or 0xD61686) is known color: Medium Violet Red. HEX triplet: D6, 16 and 86. RGB value is (214,22,134). Sum of RGB (Red+Green+Blue) = 214+22+134=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D61686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61686 is #29E979. Grayscale: #5B5B5B. Windows color (decimal): -2746746 or 8787670. OLE color: 8787670.
HSL color Cylindrical-coordinate representation of color #D61686: hue angle of 325º 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 #D61686 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 134 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.16 |
| HSL | 325º | 0.81% | 0.46% | - |
| HSV(B) | 325º | 0.9% | 0.84% | - |
| XYZ | 32.32 | 16.59 | 24.05 | - |
| YUV | 92.18 | 151.61 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 134 | 0 | 0.90 | 0.37 | 0.16 | 325 | 0.81 | 0.46 |
| Hex | D6 | 16 | 86 | 0 | 5A | 25 | 10 | 145 | 51 | 2E |
| Octal | 326 | 26 | 206 | 0 | 132 | 45 | 20 | 505 | 121 | 56 |
| Binary | 11010110 | 10110 | 10000110 | 0 | 1011010 | 100101 | 10000 | 101000101 | 1010001 | 101110 |
Color Harmonies of #D61686
Complementary color
Monochromatic Colors of #D61686
Black with #D61686
Text Example
Text Example
White with #D61686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61686; }
p { color: rgb(214,22,134); }
H1.HeaderClassName
{
color: #D61686;
}
.AnyTagClassName
{
color: #D61686;
}
</style>
background-color css
<style>
a { background-color: #D61686; }
a { background-color: rgb(214,22,134); }
div.DivClassName
{
background-color: #D61686;
}
.BgClassName
{
background-color: #D61686;
}
</style>
border-color css
<style>
span { border-color: #D61686; }
span { border-color: rgb(214,22,134); }
td.TdClassName
{
border-color: #D61686;
}
.TagClassName
{
border-color: #D61686;
}
</style>