Shades of Medium Violet Red #D210A8
Tints of Medium Violet Red #D210A8
RGB
CMYK
RGB Variations
Color information
#D210A8 (or 0xD210A8) is known color: Medium Violet Red. HEX triplet: D2, 10 and A8. RGB value is (210,16,168). Sum of RGB (Red+Green+Blue) = 210+16+168=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D210A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D210A8 is #2DEF57. Grayscale: #5A5A5A. Windows color (decimal): -3010392 or 11014354. OLE color: 11014354.
HSL color Cylindrical-coordinate representation of color #D210A8: hue angle of 312.99º 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 #D210A8 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 168 | - |
| CMYK | 0 | 0.92 | 0.2 | 0.18 |
| HSL | 312.99º | 0.86% | 0.44% | - |
| HSV(B) | 312.99º | 0.92% | 0.82% | - |
| XYZ | 33.83 | 16.9 | 38.52 | - |
| YUV | 91.33 | 171.27 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 168 | 0 | 0.92 | 0.2 | 0.18 | 312.99 | 0.86 | 0.44 |
| Hex | D2 | 10 | A8 | 0 | 5C | 14 | 12 | 139 | 56 | 2C |
| Octal | 322 | 20 | 250 | 0 | 134 | 24 | 22 | 471 | 126 | 54 |
| Binary | 11010010 | 10000 | 10101000 | 0 | 1011100 | 10100 | 10010 | 100111001 | 1010110 | 101100 |
Color Harmonies of #D210A8
Complementary color
Monochromatic Colors of #D210A8
Black with #D210A8
Text Example
Text Example
White with #D210A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210A8; }
p { color: rgb(210,16,168); }
H1.HeaderClassName
{
color: #D210A8;
}
.AnyTagClassName
{
color: #D210A8;
}
</style>
background-color css
<style>
a { background-color: #D210A8; }
a { background-color: rgb(210,16,168); }
div.DivClassName
{
background-color: #D210A8;
}
.BgClassName
{
background-color: #D210A8;
}
</style>
border-color css
<style>
span { border-color: #D210A8; }
span { border-color: rgb(210,16,168); }
td.TdClassName
{
border-color: #D210A8;
}
.TagClassName
{
border-color: #D210A8;
}
</style>