Shades of Medium Violet Red #D10085
Tints of Medium Violet Red #D10085
RGB
CMYK
RGB Variations
Color information
#D10085 (or 0xD10085) is known color: Medium Violet Red. HEX triplet: D1, 00 and 85. RGB value is (209,0,133). Sum of RGB (Red+Green+Blue) = 209+0+133=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D10085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10085 is #2EFF7A. Grayscale: #4D4D4D. Windows color (decimal): -3080059 or 8716497. OLE color: 8716497.
HSL color Cylindrical-coordinate representation of color #D10085: hue angle of 321.82º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10085 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.36 | 0.18 |
| HSL | 321.82º | 1% | 0.41% | - |
| HSV(B) | 321.82º | 1% | 0.82% | - |
| XYZ | 30.53 | 15.25 | 23.52 | - |
| YUV | 77.65 | 159.24 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 133 | 0 | 1 | 0.36 | 0.18 | 321.82 | 1 | 0.41 |
| Hex | D1 | 0 | 85 | 0 | 64 | 24 | 12 | 142 | 64 | 29 |
| Octal | 321 | 0 | 205 | 0 | 144 | 44 | 22 | 502 | 144 | 51 |
| Binary | 11010001 | 0 | 10000101 | 0 | 1100100 | 100100 | 10010 | 101000010 | 1100100 | 101001 |
Color Harmonies of #D10085
Complementary color
Monochromatic Colors of #D10085
Black with #D10085
Text Example
Text Example
White with #D10085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10085; }
p { color: rgb(209,0,133); }
H1.HeaderClassName
{
color: #D10085;
}
.AnyTagClassName
{
color: #D10085;
}
</style>
background-color css
<style>
a { background-color: #D10085; }
a { background-color: rgb(209,0,133); }
div.DivClassName
{
background-color: #D10085;
}
.BgClassName
{
background-color: #D10085;
}
</style>
border-color css
<style>
span { border-color: #D10085; }
span { border-color: rgb(209,0,133); }
td.TdClassName
{
border-color: #D10085;
}
.TagClassName
{
border-color: #D10085;
}
</style>