Shades of Medium Violet Red #D21AA1
Tints of Medium Violet Red #D21AA1
RGB
CMYK
RGB Variations
Color information
#D21AA1 (or 0xD21AA1) is known color: Medium Violet Red. HEX triplet: D2, 1A and A1. RGB value is (210,26,161). Sum of RGB (Red+Green+Blue) = 210+26+161=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21AA1 is #2DE55E. Grayscale: #606060. Windows color (decimal): -3007839 or 10558162. OLE color: 10558162.
HSL color Cylindrical-coordinate representation of color #D21AA1: hue angle of 315.98º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21AA1 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 161 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.18 |
| HSL | 315.98º | 0.78% | 0.46% | - |
| HSV(B) | 315.98º | 0.88% | 0.82% | - |
| XYZ | 33.38 | 17.01 | 35.24 | - |
| YUV | 96.41 | 164.46 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 161 | 0 | 0.88 | 0.23 | 0.18 | 315.98 | 0.78 | 0.46 |
| Hex | D2 | 1A | A1 | 0 | 58 | 17 | 12 | 13C | 4E | 2E |
| Octal | 322 | 32 | 241 | 0 | 130 | 27 | 22 | 474 | 116 | 56 |
| Binary | 11010010 | 11010 | 10100001 | 0 | 1011000 | 10111 | 10010 | 100111100 | 1001110 | 101110 |
Color Harmonies of #D21AA1
Complementary color
Monochromatic Colors of #D21AA1
Black with #D21AA1
Text Example
Text Example
White with #D21AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AA1; }
p { color: rgb(210,26,161); }
H1.HeaderClassName
{
color: #D21AA1;
}
.AnyTagClassName
{
color: #D21AA1;
}
</style>
background-color css
<style>
a { background-color: #D21AA1; }
a { background-color: rgb(210,26,161); }
div.DivClassName
{
background-color: #D21AA1;
}
.BgClassName
{
background-color: #D21AA1;
}
</style>
border-color css
<style>
span { border-color: #D21AA1; }
span { border-color: rgb(210,26,161); }
td.TdClassName
{
border-color: #D21AA1;
}
.TagClassName
{
border-color: #D21AA1;
}
</style>