Shades of Medium Violet Red #D21EAC
Tints of Medium Violet Red #D21EAC
RGB
CMYK
RGB Variations
Color information
#D21EAC (or 0xD21EAC) is known color: Medium Violet Red. HEX triplet: D2, 1E and AC. RGB value is (210,30,172). Sum of RGB (Red+Green+Blue) = 210+30+172=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D21EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21EAC is #2DE153. Grayscale: #636363. Windows color (decimal): -3006804 or 11280082. OLE color: 11280082.
HSL color Cylindrical-coordinate representation of color #D21EAC: hue angle of 312.67º 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 #D21EAC is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 172 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.18 |
| HSL | 312.67º | 0.75% | 0.47% | - |
| HSV(B) | 312.67º | 0.86% | 0.82% | - |
| XYZ | 34.49 | 17.61 | 40.61 | - |
| YUV | 100.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 172 | 0 | 0.86 | 0.18 | 0.18 | 312.67 | 0.75 | 0.47 |
| Hex | D2 | 1E | AC | 0 | 56 | 12 | 12 | 139 | 4B | 2F |
| Octal | 322 | 36 | 254 | 0 | 126 | 22 | 22 | 471 | 113 | 57 |
| Binary | 11010010 | 11110 | 10101100 | 0 | 1010110 | 10010 | 10010 | 100111001 | 1001011 | 101111 |
Color Harmonies of #D21EAC
Complementary color
Monochromatic Colors of #D21EAC
Black with #D21EAC
Text Example
Text Example
White with #D21EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21EAC; }
p { color: rgb(210,30,172); }
H1.HeaderClassName
{
color: #D21EAC;
}
.AnyTagClassName
{
color: #D21EAC;
}
</style>
background-color css
<style>
a { background-color: #D21EAC; }
a { background-color: rgb(210,30,172); }
div.DivClassName
{
background-color: #D21EAC;
}
.BgClassName
{
background-color: #D21EAC;
}
</style>
border-color css
<style>
span { border-color: #D21EAC; }
span { border-color: rgb(210,30,172); }
td.TdClassName
{
border-color: #D21EAC;
}
.TagClassName
{
border-color: #D21EAC;
}
</style>