Shades of Medium Violet Red #D70986
Tints of Medium Violet Red #D70986
RGB
CMYK
RGB Variations
Color information
#D70986 (or 0xD70986) is known color: Medium Violet Red. HEX triplet: D7, 09 and 86. RGB value is (215,9,134). Sum of RGB (Red+Green+Blue) = 215+9+134=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D70986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70986 is #28F679. Grayscale: #545454. Windows color (decimal): -2684538 or 8784343. OLE color: 8784343.
HSL color Cylindrical-coordinate representation of color #D70986: hue angle of 323.59º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70986 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.16 |
| HSL | 323.59º | 0.92% | 0.44% | - |
| HSV(B) | 323.59º | 0.96% | 0.84% | - |
| XYZ | 32.43 | 16.36 | 24 | - |
| YUV | 84.84 | 155.75 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 134 | 0 | 0.96 | 0.38 | 0.16 | 323.59 | 0.92 | 0.44 |
| Hex | D7 | 9 | 86 | 0 | 60 | 26 | 10 | 144 | 5C | 2C |
| Octal | 327 | 11 | 206 | 0 | 140 | 46 | 20 | 504 | 134 | 54 |
| Binary | 11010111 | 1001 | 10000110 | 0 | 1100000 | 100110 | 10000 | 101000100 | 1011100 | 101100 |
Color Harmonies of #D70986
Complementary color
Monochromatic Colors of #D70986
Black with #D70986
Text Example
Text Example
White with #D70986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70986; }
p { color: rgb(215,9,134); }
H1.HeaderClassName
{
color: #D70986;
}
.AnyTagClassName
{
color: #D70986;
}
</style>
background-color css
<style>
a { background-color: #D70986; }
a { background-color: rgb(215,9,134); }
div.DivClassName
{
background-color: #D70986;
}
.BgClassName
{
background-color: #D70986;
}
</style>
border-color css
<style>
span { border-color: #D70986; }
span { border-color: rgb(215,9,134); }
td.TdClassName
{
border-color: #D70986;
}
.TagClassName
{
border-color: #D70986;
}
</style>