Shades of Medium Violet Red #D80586
Tints of Medium Violet Red #D80586
RGB
CMYK
RGB Variations
Color information
#D80586 (or 0xD80586) is known color: Medium Violet Red. HEX triplet: D8, 05 and 86. RGB value is (216,5,134). Sum of RGB (Red+Green+Blue) = 216+5+134=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D80586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80586 is #27FA79. Grayscale: #525252. Windows color (decimal): -2620026 or 8783320. OLE color: 8783320.
HSL color Cylindrical-coordinate representation of color #D80586: hue angle of 323.32º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80586 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.15 |
| HSL | 323.32º | 0.95% | 0.43% | - |
| HSV(B) | 323.32º | 0.98% | 0.85% | - |
| XYZ | 32.68 | 16.43 | 24 | - |
| YUV | 82.8 | 156.9 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 134 | 0 | 0.98 | 0.38 | 0.15 | 323.32 | 0.95 | 0.43 |
| Hex | D8 | 5 | 86 | 0 | 62 | 26 | F | 143 | 5F | 2B |
| Octal | 330 | 5 | 206 | 0 | 142 | 46 | 17 | 503 | 137 | 53 |
| Binary | 11011000 | 101 | 10000110 | 0 | 1100010 | 100110 | 1111 | 101000011 | 1011111 | 101011 |
Color Harmonies of #D80586
Complementary color
Monochromatic Colors of #D80586
Black with #D80586
Text Example
Text Example
White with #D80586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80586; }
p { color: rgb(216,5,134); }
H1.HeaderClassName
{
color: #D80586;
}
.AnyTagClassName
{
color: #D80586;
}
</style>
background-color css
<style>
a { background-color: #D80586; }
a { background-color: rgb(216,5,134); }
div.DivClassName
{
background-color: #D80586;
}
.BgClassName
{
background-color: #D80586;
}
</style>
border-color css
<style>
span { border-color: #D80586; }
span { border-color: rgb(216,5,134); }
td.TdClassName
{
border-color: #D80586;
}
.TagClassName
{
border-color: #D80586;
}
</style>