Shades of Medium Violet Red #D21AA3
Tints of Medium Violet Red #D21AA3
RGB
CMYK
RGB Variations
Color information
#D21AA3 (or 0xD21AA3) is known color: Medium Violet Red. HEX triplet: D2, 1A and A3. RGB value is (210,26,163). Sum of RGB (Red+Green+Blue) = 210+26+163=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21AA3 is #2DE55C. Grayscale: #606060. Windows color (decimal): -3007837 or 10689234. OLE color: 10689234.
HSL color Cylindrical-coordinate representation of color #D21AA3: hue angle of 315.33º 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 #D21AA3 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 163 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.18 |
| HSL | 315.33º | 0.78% | 0.46% | - |
| HSV(B) | 315.33º | 0.88% | 0.82% | - |
| XYZ | 33.56 | 17.08 | 36.18 | - |
| YUV | 96.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 163 | 0 | 0.88 | 0.22 | 0.18 | 315.33 | 0.78 | 0.46 |
| Hex | D2 | 1A | A3 | 0 | 58 | 16 | 12 | 13B | 4E | 2E |
| Octal | 322 | 32 | 243 | 0 | 130 | 26 | 22 | 473 | 116 | 56 |
| Binary | 11010010 | 11010 | 10100011 | 0 | 1011000 | 10110 | 10010 | 100111011 | 1001110 | 101110 |
Color Harmonies of #D21AA3
Complementary color
Monochromatic Colors of #D21AA3
Black with #D21AA3
Text Example
Text Example
White with #D21AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21AA3; }
p { color: rgb(210,26,163); }
H1.HeaderClassName
{
color: #D21AA3;
}
.AnyTagClassName
{
color: #D21AA3;
}
</style>
background-color css
<style>
a { background-color: #D21AA3; }
a { background-color: rgb(210,26,163); }
div.DivClassName
{
background-color: #D21AA3;
}
.BgClassName
{
background-color: #D21AA3;
}
</style>
border-color css
<style>
span { border-color: #D21AA3; }
span { border-color: rgb(210,26,163); }
td.TdClassName
{
border-color: #D21AA3;
}
.TagClassName
{
border-color: #D21AA3;
}
</style>