Shades of Medium Violet Red #D50086
Tints of Medium Violet Red #D50086
RGB
CMYK
RGB Variations
Color information
#D50086 (or 0xD50086) is known color: Medium Violet Red. HEX triplet: D5, 00 and 86. RGB value is (213,0,134). Sum of RGB (Red+Green+Blue) = 213+0+134=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D50086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50086 is #2AFF79. Grayscale: #4E4E4E. Windows color (decimal): -2817914 or 8782037. OLE color: 8782037.
HSL color Cylindrical-coordinate representation of color #D50086: hue angle of 322.25º 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 #D50086 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 134 | - |
| CMYK | 0 | 1 | 0.37 | 0.16 |
| HSL | 322.25º | 1% | 0.42% | - |
| HSV(B) | 322.25º | 1% | 0.84% | - |
| XYZ | 31.74 | 15.87 | 23.94 | - |
| YUV | 78.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 134 | 0 | 1 | 0.37 | 0.16 | 322.25 | 1 | 0.42 |
| Hex | D5 | 0 | 86 | 0 | 64 | 25 | 10 | 142 | 64 | 2A |
| Octal | 325 | 0 | 206 | 0 | 144 | 45 | 20 | 502 | 144 | 52 |
| Binary | 11010101 | 0 | 10000110 | 0 | 1100100 | 100101 | 10000 | 101000010 | 1100100 | 101010 |
Color Harmonies of #D50086
Complementary color
Monochromatic Colors of #D50086
Black with #D50086
Text Example
Text Example
White with #D50086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50086; }
p { color: rgb(213,0,134); }
H1.HeaderClassName
{
color: #D50086;
}
.AnyTagClassName
{
color: #D50086;
}
</style>
background-color css
<style>
a { background-color: #D50086; }
a { background-color: rgb(213,0,134); }
div.DivClassName
{
background-color: #D50086;
}
.BgClassName
{
background-color: #D50086;
}
</style>
border-color css
<style>
span { border-color: #D50086; }
span { border-color: rgb(213,0,134); }
td.TdClassName
{
border-color: #D50086;
}
.TagClassName
{
border-color: #D50086;
}
</style>