Shades of Medium Violet Red #D50386
Tints of Medium Violet Red #D50386
RGB
CMYK
RGB Variations
Color information
#D50386 (or 0xD50386) is known color: Medium Violet Red. HEX triplet: D5, 03 and 86. RGB value is (213,3,134). Sum of RGB (Red+Green+Blue) = 213+3+134=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D50386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50386 is #2AFC79. Grayscale: #505050. Windows color (decimal): -2817146 or 8782805. OLE color: 8782805.
HSL color Cylindrical-coordinate representation of color #D50386: hue angle of 322.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50386 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.16 |
| HSL | 322.57º | 0.97% | 0.42% | - |
| HSV(B) | 322.57º | 0.99% | 0.84% | - |
| XYZ | 31.78 | 15.93 | 23.95 | - |
| YUV | 80.72 | 158.07 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 134 | 0 | 0.99 | 0.37 | 0.16 | 322.57 | 0.97 | 0.42 |
| Hex | D5 | 3 | 86 | 0 | 63 | 25 | 10 | 143 | 61 | 2A |
| Octal | 325 | 3 | 206 | 0 | 143 | 45 | 20 | 503 | 141 | 52 |
| Binary | 11010101 | 11 | 10000110 | 0 | 1100011 | 100101 | 10000 | 101000011 | 1100001 | 101010 |
Color Harmonies of #D50386
Complementary color
Monochromatic Colors of #D50386
Black with #D50386
Text Example
Text Example
White with #D50386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50386; }
p { color: rgb(213,3,134); }
H1.HeaderClassName
{
color: #D50386;
}
.AnyTagClassName
{
color: #D50386;
}
</style>
background-color css
<style>
a { background-color: #D50386; }
a { background-color: rgb(213,3,134); }
div.DivClassName
{
background-color: #D50386;
}
.BgClassName
{
background-color: #D50386;
}
</style>
border-color css
<style>
span { border-color: #D50386; }
span { border-color: rgb(213,3,134); }
td.TdClassName
{
border-color: #D50386;
}
.TagClassName
{
border-color: #D50386;
}
</style>