Shades of Medium Violet Red #D70586
Tints of Medium Violet Red #D70586
RGB
CMYK
RGB Variations
Color information
#D70586 (or 0xD70586) is known color: Medium Violet Red. HEX triplet: D7, 05 and 86. RGB value is (215,5,134). Sum of RGB (Red+Green+Blue) = 215+5+134=354 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.73% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 215 - color contains mainly: red. Hex color #D70586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70586 is #28FA79. Grayscale: #525252. Windows color (decimal): -2685562 or 8783319. OLE color: 8783319.
HSL color Cylindrical-coordinate representation of color #D70586: hue angle of 323.14º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70586 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.16 |
| HSL | 323.14º | 0.95% | 0.43% | - |
| HSV(B) | 323.14º | 0.98% | 0.84% | - |
| XYZ | 32.38 | 16.28 | 23.99 | - |
| YUV | 82.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 134 | 0 | 0.98 | 0.38 | 0.16 | 323.14 | 0.95 | 0.43 |
| Hex | D7 | 5 | 86 | 0 | 62 | 26 | 10 | 143 | 5F | 2B |
| Octal | 327 | 5 | 206 | 0 | 142 | 46 | 20 | 503 | 137 | 53 |
| Binary | 11010111 | 101 | 10000110 | 0 | 1100010 | 100110 | 10000 | 101000011 | 1011111 | 101011 |
Color Harmonies of #D70586
Complementary color
Monochromatic Colors of #D70586
Black with #D70586
Text Example
Text Example
White with #D70586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70586; }
p { color: rgb(215,5,134); }
H1.HeaderClassName
{
color: #D70586;
}
.AnyTagClassName
{
color: #D70586;
}
</style>
background-color css
<style>
a { background-color: #D70586; }
a { background-color: rgb(215,5,134); }
div.DivClassName
{
background-color: #D70586;
}
.BgClassName
{
background-color: #D70586;
}
</style>
border-color css
<style>
span { border-color: #D70586; }
span { border-color: rgb(215,5,134); }
td.TdClassName
{
border-color: #D70586;
}
.TagClassName
{
border-color: #D70586;
}
</style>