Shades of Medium Violet Red #D522A0
Tints of Medium Violet Red #D522A0
RGB
CMYK
RGB Variations
Color information
#D522A0 (or 0xD522A0) is known color: Medium Violet Red. HEX triplet: D5, 22 and A0. RGB value is (213,34,160). Sum of RGB (Red+Green+Blue) = 213+34+160=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D522A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D522A0 is #2ADD5F. Grayscale: #656565. Windows color (decimal): -2809184 or 10494677. OLE color: 10494677.
HSL color Cylindrical-coordinate representation of color #D522A0: hue angle of 317.77º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D522A0 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 160 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.16 |
| HSL | 317.77º | 0.72% | 0.48% | - |
| HSV(B) | 317.77º | 0.84% | 0.84% | - |
| XYZ | 34.36 | 17.83 | 34.89 | - |
| YUV | 101.89 | 160.8 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 160 | 0 | 0.84 | 0.25 | 0.16 | 317.77 | 0.72 | 0.48 |
| Hex | D5 | 22 | A0 | 0 | 54 | 19 | 10 | 13E | 48 | 30 |
| Octal | 325 | 42 | 240 | 0 | 124 | 31 | 20 | 476 | 110 | 60 |
| Binary | 11010101 | 100010 | 10100000 | 0 | 1010100 | 11001 | 10000 | 100111110 | 1001000 | 110000 |
Color Harmonies of #D522A0
Complementary color
Monochromatic Colors of #D522A0
Black with #D522A0
Text Example
Text Example
White with #D522A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D522A0; }
p { color: rgb(213,34,160); }
H1.HeaderClassName
{
color: #D522A0;
}
.AnyTagClassName
{
color: #D522A0;
}
</style>
background-color css
<style>
a { background-color: #D522A0; }
a { background-color: rgb(213,34,160); }
div.DivClassName
{
background-color: #D522A0;
}
.BgClassName
{
background-color: #D522A0;
}
</style>
border-color css
<style>
span { border-color: #D522A0; }
span { border-color: rgb(213,34,160); }
td.TdClassName
{
border-color: #D522A0;
}
.TagClassName
{
border-color: #D522A0;
}
</style>