Shades of Medium Violet Red #D520A1
Tints of Medium Violet Red #D520A1
RGB
CMYK
RGB Variations
Color information
#D520A1 (or 0xD520A1) is known color: Medium Violet Red. HEX triplet: D5, 20 and A1. RGB value is (213,32,161). Sum of RGB (Red+Green+Blue) = 213+32+161=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D520A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D520A1 is #2ADF5E. Grayscale: #646464. Windows color (decimal): -2809695 or 10559701. OLE color: 10559701.
HSL color Cylindrical-coordinate representation of color #D520A1: hue angle of 317.24º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D520A1 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 161 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.16 |
| HSL | 317.24º | 0.74% | 0.48% | - |
| HSV(B) | 317.24º | 0.85% | 0.84% | - |
| XYZ | 34.39 | 17.75 | 35.33 | - |
| YUV | 100.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 161 | 0 | 0.85 | 0.24 | 0.16 | 317.24 | 0.74 | 0.48 |
| Hex | D5 | 20 | A1 | 0 | 55 | 18 | 10 | 13D | 4A | 30 |
| Octal | 325 | 40 | 241 | 0 | 125 | 30 | 20 | 475 | 112 | 60 |
| Binary | 11010101 | 100000 | 10100001 | 0 | 1010101 | 11000 | 10000 | 100111101 | 1001010 | 110000 |
Color Harmonies of #D520A1
Complementary color
Monochromatic Colors of #D520A1
Black with #D520A1
Text Example
Text Example
White with #D520A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D520A1; }
p { color: rgb(213,32,161); }
H1.HeaderClassName
{
color: #D520A1;
}
.AnyTagClassName
{
color: #D520A1;
}
</style>
background-color css
<style>
a { background-color: #D520A1; }
a { background-color: rgb(213,32,161); }
div.DivClassName
{
background-color: #D520A1;
}
.BgClassName
{
background-color: #D520A1;
}
</style>
border-color css
<style>
span { border-color: #D520A1; }
span { border-color: rgb(213,32,161); }
td.TdClassName
{
border-color: #D520A1;
}
.TagClassName
{
border-color: #D520A1;
}
</style>