Shades of Medium Violet Red #D21AAA
Tints of Medium Violet Red #D21AAA
RGB
CMYK
RGB Variations
Color information
#D21AAA (or 0xD21AAA) is known color: Medium Violet Red. HEX triplet: D2, 1A and AA. RGB value is (210,26,170). Sum of RGB (Red+Green+Blue) = 210+26+170=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21AAA is #2DE555. Grayscale: #616161. Windows color (decimal): -3007830 or 11147986. OLE color: 11147986.
HSL color Cylindrical-coordinate representation of color #D21AAA: hue angle of 313.04º 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 #D21AAA is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 170 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.18 |
| HSL | 313.04º | 0.78% | 0.46% | - |
| HSV(B) | 313.04º | 0.88% | 0.82% | - |
| XYZ | 34.2 | 17.34 | 39.57 | - |
| YUV | 97.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 170 | 0 | 0.88 | 0.19 | 0.18 | 313.04 | 0.78 | 0.46 |
| Hex | D2 | 1A | AA | 0 | 58 | 13 | 12 | 139 | 4E | 2E |
| Octal | 322 | 32 | 252 | 0 | 130 | 23 | 22 | 471 | 116 | 56 |
| Binary | 11010010 | 11010 | 10101010 | 0 | 1011000 | 10011 | 10010 | 100111001 | 1001110 | 101110 |
Color Harmonies of #D21AAA
Complementary color
Monochromatic Colors of #D21AAA
Black with #D21AAA
Text Example
Text Example
White with #D21AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AAA; }
p { color: rgb(210,26,170); }
H1.HeaderClassName
{
color: #D21AAA;
}
.AnyTagClassName
{
color: #D21AAA;
}
</style>
background-color css
<style>
a { background-color: #D21AAA; }
a { background-color: rgb(210,26,170); }
div.DivClassName
{
background-color: #D21AAA;
}
.BgClassName
{
background-color: #D21AAA;
}
</style>
border-color css
<style>
span { border-color: #D21AAA; }
span { border-color: rgb(210,26,170); }
td.TdClassName
{
border-color: #D21AAA;
}
.TagClassName
{
border-color: #D21AAA;
}
</style>