Shades of Medium Violet Red #D21AA2
Tints of Medium Violet Red #D21AA2
RGB
CMYK
RGB Variations
Color information
#D21AA2 (or 0xD21AA2) is known color: Medium Violet Red. HEX triplet: D2, 1A and A2. RGB value is (210,26,162). Sum of RGB (Red+Green+Blue) = 210+26+162=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21AA2 is #2DE55D. Grayscale: #606060. Windows color (decimal): -3007838 or 10623698. OLE color: 10623698.
HSL color Cylindrical-coordinate representation of color #D21AA2: hue angle of 315.65º 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 #D21AA2 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 162 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.18 |
| HSL | 315.65º | 0.78% | 0.46% | - |
| HSV(B) | 315.65º | 0.88% | 0.82% | - |
| XYZ | 33.47 | 17.05 | 35.71 | - |
| YUV | 96.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 162 | 0 | 0.88 | 0.23 | 0.18 | 315.65 | 0.78 | 0.46 |
| Hex | D2 | 1A | A2 | 0 | 58 | 17 | 12 | 13C | 4E | 2E |
| Octal | 322 | 32 | 242 | 0 | 130 | 27 | 22 | 474 | 116 | 56 |
| Binary | 11010010 | 11010 | 10100010 | 0 | 1011000 | 10111 | 10010 | 100111100 | 1001110 | 101110 |
Color Harmonies of #D21AA2
Complementary color
Monochromatic Colors of #D21AA2
Black with #D21AA2
Text Example
Text Example
White with #D21AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AA2; }
p { color: rgb(210,26,162); }
H1.HeaderClassName
{
color: #D21AA2;
}
.AnyTagClassName
{
color: #D21AA2;
}
</style>
background-color css
<style>
a { background-color: #D21AA2; }
a { background-color: rgb(210,26,162); }
div.DivClassName
{
background-color: #D21AA2;
}
.BgClassName
{
background-color: #D21AA2;
}
</style>
border-color css
<style>
span { border-color: #D21AA2; }
span { border-color: rgb(210,26,162); }
td.TdClassName
{
border-color: #D21AA2;
}
.TagClassName
{
border-color: #D21AA2;
}
</style>