Shades of Medium Violet Red #D221A3
Tints of Medium Violet Red #D221A3
RGB
CMYK
RGB Variations
Color information
#D221A3 (or 0xD221A3) is known color: Medium Violet Red. HEX triplet: D2, 21 and A3. RGB value is (210,33,163). Sum of RGB (Red+Green+Blue) = 210+33+163=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D221A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D221A3 is #2DDE5C. Grayscale: #646464. Windows color (decimal): -3006045 or 10691026. OLE color: 10691026.
HSL color Cylindrical-coordinate representation of color #D221A3: hue angle of 315.93º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D221A3 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 163 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.18 |
| HSL | 315.93º | 0.73% | 0.48% | - |
| HSV(B) | 315.93º | 0.84% | 0.82% | - |
| XYZ | 33.73 | 17.43 | 36.24 | - |
| YUV | 100.74 | 163.14 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 163 | 0 | 0.84 | 0.22 | 0.18 | 315.93 | 0.73 | 0.48 |
| Hex | D2 | 21 | A3 | 0 | 54 | 16 | 12 | 13C | 49 | 30 |
| Octal | 322 | 41 | 243 | 0 | 124 | 26 | 22 | 474 | 111 | 60 |
| Binary | 11010010 | 100001 | 10100011 | 0 | 1010100 | 10110 | 10010 | 100111100 | 1001001 | 110000 |
Color Harmonies of #D221A3
Complementary color
Monochromatic Colors of #D221A3
Black with #D221A3
Text Example
Text Example
White with #D221A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221A3; }
p { color: rgb(210,33,163); }
H1.HeaderClassName
{
color: #D221A3;
}
.AnyTagClassName
{
color: #D221A3;
}
</style>
background-color css
<style>
a { background-color: #D221A3; }
a { background-color: rgb(210,33,163); }
div.DivClassName
{
background-color: #D221A3;
}
.BgClassName
{
background-color: #D221A3;
}
</style>
border-color css
<style>
span { border-color: #D221A3; }
span { border-color: rgb(210,33,163); }
td.TdClassName
{
border-color: #D221A3;
}
.TagClassName
{
border-color: #D221A3;
}
</style>