Shades of Medium Violet Red #D320A3
Tints of Medium Violet Red #D320A3
RGB
CMYK
RGB Variations
Color information
#D320A3 (or 0xD320A3) is known color: Medium Violet Red. HEX triplet: D3, 20 and A3. RGB value is (211,32,163). Sum of RGB (Red+Green+Blue) = 211+32+163=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D320A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D320A3 is #2CDF5C. Grayscale: #646464. Windows color (decimal): -2940765 or 10690771. OLE color: 10690771.
HSL color Cylindrical-coordinate representation of color #D320A3: hue angle of 316.09º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D320A3 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 163 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.17 |
| HSL | 316.09º | 0.74% | 0.48% | - |
| HSV(B) | 316.09º | 0.85% | 0.83% | - |
| XYZ | 33.99 | 17.53 | 36.24 | - |
| YUV | 100.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 163 | 0 | 0.85 | 0.23 | 0.17 | 316.09 | 0.74 | 0.48 |
| Hex | D3 | 20 | A3 | 0 | 55 | 17 | 11 | 13C | 4A | 30 |
| Octal | 323 | 40 | 243 | 0 | 125 | 27 | 21 | 474 | 112 | 60 |
| Binary | 11010011 | 100000 | 10100011 | 0 | 1010101 | 10111 | 10001 | 100111100 | 1001010 | 110000 |
Color Harmonies of #D320A3
Complementary color
Monochromatic Colors of #D320A3
Black with #D320A3
Text Example
Text Example
White with #D320A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D320A3; }
p { color: rgb(211,32,163); }
H1.HeaderClassName
{
color: #D320A3;
}
.AnyTagClassName
{
color: #D320A3;
}
</style>
background-color css
<style>
a { background-color: #D320A3; }
a { background-color: rgb(211,32,163); }
div.DivClassName
{
background-color: #D320A3;
}
.BgClassName
{
background-color: #D320A3;
}
</style>
border-color css
<style>
span { border-color: #D320A3; }
span { border-color: rgb(211,32,163); }
td.TdClassName
{
border-color: #D320A3;
}
.TagClassName
{
border-color: #D320A3;
}
</style>