Shades of Medium Violet Red #D01686
Tints of Medium Violet Red #D01686
RGB
CMYK
RGB Variations
Color information
#D01686 (or 0xD01686) is known color: Medium Violet Red. HEX triplet: D0, 16 and 86. RGB value is (208,22,134). Sum of RGB (Red+Green+Blue) = 208+22+134=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D01686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01686 is #2FE979. Grayscale: #5A5A5A. Windows color (decimal): -3139962 or 8787664. OLE color: 8787664.
HSL color Cylindrical-coordinate representation of color #D01686: hue angle of 323.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01686 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 22 | 134 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.18 |
| HSL | 323.87º | 0.81% | 0.45% | - |
| HSV(B) | 323.87º | 0.89% | 0.82% | - |
| XYZ | 30.6 | 15.7 | 23.97 | - |
| YUV | 90.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 22 | 134 | 0 | 0.89 | 0.36 | 0.18 | 323.87 | 0.81 | 0.45 |
| Hex | D0 | 16 | 86 | 0 | 59 | 24 | 12 | 144 | 51 | 2D |
| Octal | 320 | 26 | 206 | 0 | 131 | 44 | 22 | 504 | 121 | 55 |
| Binary | 11010000 | 10110 | 10000110 | 0 | 1011001 | 100100 | 10010 | 101000100 | 1010001 | 101101 |
Color Harmonies of #D01686
Complementary color
Monochromatic Colors of #D01686
Black with #D01686
Text Example
Text Example
White with #D01686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01686; }
p { color: rgb(208,22,134); }
H1.HeaderClassName
{
color: #D01686;
}
.AnyTagClassName
{
color: #D01686;
}
</style>
background-color css
<style>
a { background-color: #D01686; }
a { background-color: rgb(208,22,134); }
div.DivClassName
{
background-color: #D01686;
}
.BgClassName
{
background-color: #D01686;
}
</style>
border-color css
<style>
span { border-color: #D01686; }
span { border-color: rgb(208,22,134); }
td.TdClassName
{
border-color: #D01686;
}
.TagClassName
{
border-color: #D01686;
}
</style>