Shades of Medium Violet Red #D30986
Tints of Medium Violet Red #D30986
RGB
CMYK
RGB Variations
Color information
#D30986 (or 0xD30986) is known color: Medium Violet Red. HEX triplet: D3, 09 and 86. RGB value is (211,9,134). Sum of RGB (Red+Green+Blue) = 211+9+134=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D30986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30986 is #2CF679. Grayscale: #535353. Windows color (decimal): -2946682 or 8784339. OLE color: 8784339.
HSL color Cylindrical-coordinate representation of color #D30986: hue angle of 322.87º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30986 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.17 |
| HSL | 322.87º | 0.92% | 0.43% | - |
| HSV(B) | 322.87º | 0.96% | 0.83% | - |
| XYZ | 31.26 | 15.77 | 23.95 | - |
| YUV | 83.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 134 | 0 | 0.96 | 0.36 | 0.17 | 322.87 | 0.92 | 0.43 |
| Hex | D3 | 9 | 86 | 0 | 60 | 24 | 11 | 143 | 5C | 2B |
| Octal | 323 | 11 | 206 | 0 | 140 | 44 | 21 | 503 | 134 | 53 |
| Binary | 11010011 | 1001 | 10000110 | 0 | 1100000 | 100100 | 10001 | 101000011 | 1011100 | 101011 |
Color Harmonies of #D30986
Complementary color
Monochromatic Colors of #D30986
Black with #D30986
Text Example
Text Example
White with #D30986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30986; }
p { color: rgb(211,9,134); }
H1.HeaderClassName
{
color: #D30986;
}
.AnyTagClassName
{
color: #D30986;
}
</style>
background-color css
<style>
a { background-color: #D30986; }
a { background-color: rgb(211,9,134); }
div.DivClassName
{
background-color: #D30986;
}
.BgClassName
{
background-color: #D30986;
}
</style>
border-color css
<style>
span { border-color: #D30986; }
span { border-color: rgb(211,9,134); }
td.TdClassName
{
border-color: #D30986;
}
.TagClassName
{
border-color: #D30986;
}
</style>