Shades of Medium Violet Red #D220A2
Tints of Medium Violet Red #D220A2
RGB
CMYK
RGB Variations
Color information
#D220A2 (or 0xD220A2) is known color: Medium Violet Red. HEX triplet: D2, 20 and A2. RGB value is (210,32,162). Sum of RGB (Red+Green+Blue) = 210+32+162=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D220A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D220A2 is #2DDF5D. Grayscale: #636363. Windows color (decimal): -3006302 or 10625234. OLE color: 10625234.
HSL color Cylindrical-coordinate representation of color #D220A2: hue angle of 316.18º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220A2 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 162 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.18 |
| HSL | 316.18º | 0.74% | 0.47% | - |
| HSV(B) | 316.18º | 0.85% | 0.82% | - |
| XYZ | 33.62 | 17.34 | 35.76 | - |
| YUV | 100.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 162 | 0 | 0.85 | 0.23 | 0.18 | 316.18 | 0.74 | 0.47 |
| Hex | D2 | 20 | A2 | 0 | 55 | 17 | 12 | 13C | 4A | 2F |
| Octal | 322 | 40 | 242 | 0 | 125 | 27 | 22 | 474 | 112 | 57 |
| Binary | 11010010 | 100000 | 10100010 | 0 | 1010101 | 10111 | 10010 | 100111100 | 1001010 | 101111 |
Color Harmonies of #D220A2
Complementary color
Monochromatic Colors of #D220A2
Black with #D220A2
Text Example
Text Example
White with #D220A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D220A2; }
p { color: rgb(210,32,162); }
H1.HeaderClassName
{
color: #D220A2;
}
.AnyTagClassName
{
color: #D220A2;
}
</style>
background-color css
<style>
a { background-color: #D220A2; }
a { background-color: rgb(210,32,162); }
div.DivClassName
{
background-color: #D220A2;
}
.BgClassName
{
background-color: #D220A2;
}
</style>
border-color css
<style>
span { border-color: #D220A2; }
span { border-color: rgb(210,32,162); }
td.TdClassName
{
border-color: #D220A2;
}
.TagClassName
{
border-color: #D220A2;
}
</style>