Shades of Medium Violet Red #D20EA4
Tints of Medium Violet Red #D20EA4
RGB
CMYK
RGB Variations
Color information
#D20EA4 (or 0xD20EA4) is known color: Medium Violet Red. HEX triplet: D2, 0E and A4. RGB value is (210,14,164). Sum of RGB (Red+Green+Blue) = 210+14+164=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20EA4 is #2DF15B. Grayscale: #595959. Windows color (decimal): -3010908 or 10751698. OLE color: 10751698.
HSL color Cylindrical-coordinate representation of color #D20EA4: hue angle of 314.08º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20EA4 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 164 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.18 |
| HSL | 314.08º | 0.88% | 0.44% | - |
| HSV(B) | 314.08º | 0.93% | 0.82% | - |
| XYZ | 33.44 | 16.7 | 36.58 | - |
| YUV | 89.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 164 | 0 | 0.93 | 0.22 | 0.18 | 314.08 | 0.88 | 0.44 |
| Hex | D2 | E | A4 | 0 | 5D | 16 | 12 | 13A | 58 | 2C |
| Octal | 322 | 16 | 244 | 0 | 135 | 26 | 22 | 472 | 130 | 54 |
| Binary | 11010010 | 1110 | 10100100 | 0 | 1011101 | 10110 | 10010 | 100111010 | 1011000 | 101100 |
Color Harmonies of #D20EA4
Complementary color
Monochromatic Colors of #D20EA4
Black with #D20EA4
Text Example
Text Example
White with #D20EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20EA4; }
p { color: rgb(210,14,164); }
H1.HeaderClassName
{
color: #D20EA4;
}
.AnyTagClassName
{
color: #D20EA4;
}
</style>
background-color css
<style>
a { background-color: #D20EA4; }
a { background-color: rgb(210,14,164); }
div.DivClassName
{
background-color: #D20EA4;
}
.BgClassName
{
background-color: #D20EA4;
}
</style>
border-color css
<style>
span { border-color: #D20EA4; }
span { border-color: rgb(210,14,164); }
td.TdClassName
{
border-color: #D20EA4;
}
.TagClassName
{
border-color: #D20EA4;
}
</style>