Shades of Medium Violet Red #D211A3
Tints of Medium Violet Red #D211A3
RGB
CMYK
RGB Variations
Color information
#D211A3 (or 0xD211A3) is known color: Medium Violet Red. HEX triplet: D2, 11 and A3. RGB value is (210,17,163). Sum of RGB (Red+Green+Blue) = 210+17+163=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D211A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D211A3 is #2DEE5C. Grayscale: #5A5A5A. Windows color (decimal): -3010141 or 10686930. OLE color: 10686930.
HSL color Cylindrical-coordinate representation of color #D211A3: hue angle of 314.61º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D211A3 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 163 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.18 |
| HSL | 314.61º | 0.85% | 0.45% | - |
| HSV(B) | 314.61º | 0.92% | 0.82% | - |
| XYZ | 33.39 | 16.75 | 36.12 | - |
| YUV | 91.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 163 | 0 | 0.92 | 0.22 | 0.18 | 314.61 | 0.85 | 0.45 |
| Hex | D2 | 11 | A3 | 0 | 5C | 16 | 12 | 13B | 55 | 2D |
| Octal | 322 | 21 | 243 | 0 | 134 | 26 | 22 | 473 | 125 | 55 |
| Binary | 11010010 | 10001 | 10100011 | 0 | 1011100 | 10110 | 10010 | 100111011 | 1010101 | 101101 |
Color Harmonies of #D211A3
Complementary color
Monochromatic Colors of #D211A3
Black with #D211A3
Text Example
Text Example
White with #D211A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D211A3; }
p { color: rgb(210,17,163); }
H1.HeaderClassName
{
color: #D211A3;
}
.AnyTagClassName
{
color: #D211A3;
}
</style>
background-color css
<style>
a { background-color: #D211A3; }
a { background-color: rgb(210,17,163); }
div.DivClassName
{
background-color: #D211A3;
}
.BgClassName
{
background-color: #D211A3;
}
</style>
border-color css
<style>
span { border-color: #D211A3; }
span { border-color: rgb(210,17,163); }
td.TdClassName
{
border-color: #D211A3;
}
.TagClassName
{
border-color: #D211A3;
}
</style>