Shades of Medium Violet Red #D70085
Tints of Medium Violet Red #D70085
RGB
CMYK
RGB Variations
Color information
#D70085 (or 0xD70085) is known color: Medium Violet Red. HEX triplet: D7, 00 and 85. RGB value is (215,0,133). Sum of RGB (Red+Green+Blue) = 215+0+133=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D70085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70085 is #28FF7A. Grayscale: #4F4F4F. Windows color (decimal): -2686843 or 8716503. OLE color: 8716503.
HSL color Cylindrical-coordinate representation of color #D70085: hue angle of 322.88º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70085 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.38 | 0.16 |
| HSL | 322.88º | 1% | 0.42% | - |
| HSV(B) | 322.88º | 1% | 0.84% | - |
| XYZ | 32.26 | 16.14 | 23.61 | - |
| YUV | 79.45 | 158.23 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 133 | 0 | 1 | 0.38 | 0.16 | 322.88 | 1 | 0.42 |
| Hex | D7 | 0 | 85 | 0 | 64 | 26 | 10 | 143 | 64 | 2A |
| Octal | 327 | 0 | 205 | 0 | 144 | 46 | 20 | 503 | 144 | 52 |
| Binary | 11010111 | 0 | 10000101 | 0 | 1100100 | 100110 | 10000 | 101000011 | 1100100 | 101010 |
Color Harmonies of #D70085
Complementary color
Monochromatic Colors of #D70085
Black with #D70085
Text Example
Text Example
White with #D70085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70085; }
p { color: rgb(215,0,133); }
H1.HeaderClassName
{
color: #D70085;
}
.AnyTagClassName
{
color: #D70085;
}
</style>
background-color css
<style>
a { background-color: #D70085; }
a { background-color: rgb(215,0,133); }
div.DivClassName
{
background-color: #D70085;
}
.BgClassName
{
background-color: #D70085;
}
</style>
border-color css
<style>
span { border-color: #D70085; }
span { border-color: rgb(215,0,133); }
td.TdClassName
{
border-color: #D70085;
}
.TagClassName
{
border-color: #D70085;
}
</style>