Shades of Medium Violet Red #D21EA2
Tints of Medium Violet Red #D21EA2
RGB
CMYK
RGB Variations
Color information
#D21EA2 (or 0xD21EA2) is known color: Medium Violet Red. HEX triplet: D2, 1E and A2. RGB value is (210,30,162). Sum of RGB (Red+Green+Blue) = 210+30+162=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EA2 is #2DE15D. Grayscale: #626262. Windows color (decimal): -3006814 or 10624722. OLE color: 10624722.
HSL color Cylindrical-coordinate representation of color #D21EA2: hue angle of 316º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21EA2 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 162 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.18 |
| HSL | 316º | 0.75% | 0.47% | - |
| HSV(B) | 316º | 0.86% | 0.82% | - |
| XYZ | 33.56 | 17.24 | 35.74 | - |
| YUV | 98.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 162 | 0 | 0.86 | 0.23 | 0.18 | 316 | 0.75 | 0.47 |
| Hex | D2 | 1E | A2 | 0 | 56 | 17 | 12 | 13C | 4B | 2F |
| Octal | 322 | 36 | 242 | 0 | 126 | 27 | 22 | 474 | 113 | 57 |
| Binary | 11010010 | 11110 | 10100010 | 0 | 1010110 | 10111 | 10010 | 100111100 | 1001011 | 101111 |
Color Harmonies of #D21EA2
Complementary color
Monochromatic Colors of #D21EA2
Black with #D21EA2
Text Example
Text Example
White with #D21EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EA2; }
p { color: rgb(210,30,162); }
H1.HeaderClassName
{
color: #D21EA2;
}
.AnyTagClassName
{
color: #D21EA2;
}
</style>
background-color css
<style>
a { background-color: #D21EA2; }
a { background-color: rgb(210,30,162); }
div.DivClassName
{
background-color: #D21EA2;
}
.BgClassName
{
background-color: #D21EA2;
}
</style>
border-color css
<style>
span { border-color: #D21EA2; }
span { border-color: rgb(210,30,162); }
td.TdClassName
{
border-color: #D21EA2;
}
.TagClassName
{
border-color: #D21EA2;
}
</style>