Shades of Medium Violet Red #D70785
Tints of Medium Violet Red #D70785
RGB
CMYK
RGB Variations
Color information
#D70785 (or 0xD70785) is known color: Medium Violet Red. HEX triplet: D7, 07 and 85. RGB value is (215,7,133). Sum of RGB (Red+Green+Blue) = 215+7+133=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D70785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70785 is #28F87A. Grayscale: #535353. Windows color (decimal): -2685051 or 8718295. OLE color: 8718295.
HSL color Cylindrical-coordinate representation of color #D70785: hue angle of 323.65º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70785 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.16 |
| HSL | 323.65º | 0.94% | 0.44% | - |
| HSV(B) | 323.65º | 0.97% | 0.84% | - |
| XYZ | 32.33 | 16.29 | 23.63 | - |
| YUV | 83.56 | 155.91 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 133 | 0 | 0.97 | 0.38 | 0.16 | 323.65 | 0.94 | 0.44 |
| Hex | D7 | 7 | 85 | 0 | 61 | 26 | 10 | 144 | 5E | 2C |
| Octal | 327 | 7 | 205 | 0 | 141 | 46 | 20 | 504 | 136 | 54 |
| Binary | 11010111 | 111 | 10000101 | 0 | 1100001 | 100110 | 10000 | 101000100 | 1011110 | 101100 |
Color Harmonies of #D70785
Complementary color
Monochromatic Colors of #D70785
Black with #D70785
Text Example
Text Example
White with #D70785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70785; }
p { color: rgb(215,7,133); }
H1.HeaderClassName
{
color: #D70785;
}
.AnyTagClassName
{
color: #D70785;
}
</style>
background-color css
<style>
a { background-color: #D70785; }
a { background-color: rgb(215,7,133); }
div.DivClassName
{
background-color: #D70785;
}
.BgClassName
{
background-color: #D70785;
}
</style>
border-color css
<style>
span { border-color: #D70785; }
span { border-color: rgb(215,7,133); }
td.TdClassName
{
border-color: #D70785;
}
.TagClassName
{
border-color: #D70785;
}
</style>