Shades of Medium Violet Red #D210A1
Tints of Medium Violet Red #D210A1
RGB
CMYK
RGB Variations
Color information
#D210A1 (or 0xD210A1) is known color: Medium Violet Red. HEX triplet: D2, 10 and A1. RGB value is (210,16,161). Sum of RGB (Red+Green+Blue) = 210+16+161=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D210A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D210A1 is #2DEF5E. Grayscale: #5A5A5A. Windows color (decimal): -3010399 or 10555602. OLE color: 10555602.
HSL color Cylindrical-coordinate representation of color #D210A1: hue angle of 315.15º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D210A1 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 161 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.18 |
| HSL | 315.15º | 0.86% | 0.44% | - |
| HSV(B) | 315.15º | 0.92% | 0.82% | - |
| XYZ | 33.2 | 16.65 | 35.18 | - |
| YUV | 90.54 | 167.77 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 161 | 0 | 0.92 | 0.23 | 0.18 | 315.15 | 0.86 | 0.44 |
| Hex | D2 | 10 | A1 | 0 | 5C | 17 | 12 | 13B | 56 | 2C |
| Octal | 322 | 20 | 241 | 0 | 134 | 27 | 22 | 473 | 126 | 54 |
| Binary | 11010010 | 10000 | 10100001 | 0 | 1011100 | 10111 | 10010 | 100111011 | 1010110 | 101100 |
Color Harmonies of #D210A1
Complementary color
Monochromatic Colors of #D210A1
Black with #D210A1
Text Example
Text Example
White with #D210A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210A1; }
p { color: rgb(210,16,161); }
H1.HeaderClassName
{
color: #D210A1;
}
.AnyTagClassName
{
color: #D210A1;
}
</style>
background-color css
<style>
a { background-color: #D210A1; }
a { background-color: rgb(210,16,161); }
div.DivClassName
{
background-color: #D210A1;
}
.BgClassName
{
background-color: #D210A1;
}
</style>
border-color css
<style>
span { border-color: #D210A1; }
span { border-color: rgb(210,16,161); }
td.TdClassName
{
border-color: #D210A1;
}
.TagClassName
{
border-color: #D210A1;
}
</style>