Shades of Medium Violet Red #D70386
Tints of Medium Violet Red #D70386
RGB
CMYK
RGB Variations
Color information
#D70386 (or 0xD70386) is known color: Medium Violet Red. HEX triplet: D7, 03 and 86. RGB value is (215,3,134). Sum of RGB (Red+Green+Blue) = 215+3+134=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70386 is #28FC79. Grayscale: #515151. Windows color (decimal): -2686074 or 8782807. OLE color: 8782807.
HSL color Cylindrical-coordinate representation of color #D70386: hue angle of 322.92º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70386 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.16 |
| HSL | 322.92º | 0.97% | 0.43% | - |
| HSV(B) | 322.92º | 0.99% | 0.84% | - |
| XYZ | 32.36 | 16.23 | 23.98 | - |
| YUV | 81.32 | 157.74 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 134 | 0 | 0.99 | 0.38 | 0.16 | 322.92 | 0.97 | 0.43 |
| Hex | D7 | 3 | 86 | 0 | 63 | 26 | 10 | 143 | 61 | 2B |
| Octal | 327 | 3 | 206 | 0 | 143 | 46 | 20 | 503 | 141 | 53 |
| Binary | 11010111 | 11 | 10000110 | 0 | 1100011 | 100110 | 10000 | 101000011 | 1100001 | 101011 |
Color Harmonies of #D70386
Complementary color
Monochromatic Colors of #D70386
Black with #D70386
Text Example
Text Example
White with #D70386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70386; }
p { color: rgb(215,3,134); }
H1.HeaderClassName
{
color: #D70386;
}
.AnyTagClassName
{
color: #D70386;
}
</style>
background-color css
<style>
a { background-color: #D70386; }
a { background-color: rgb(215,3,134); }
div.DivClassName
{
background-color: #D70386;
}
.BgClassName
{
background-color: #D70386;
}
</style>
border-color css
<style>
span { border-color: #D70386; }
span { border-color: rgb(215,3,134); }
td.TdClassName
{
border-color: #D70386;
}
.TagClassName
{
border-color: #D70386;
}
</style>