Shades of Medium Violet Red #D20E8A
Tints of Medium Violet Red #D20E8A
RGB
CMYK
RGB Variations
Color information
#D20E8A (or 0xD20E8A) is known color: Medium Violet Red. HEX triplet: D2, 0E and 8A. RGB value is (210,14,138). Sum of RGB (Red+Green+Blue) = 210+14+138=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E8A is #2DF175. Grayscale: #565656. Windows color (decimal): -3010934 or 9047762. OLE color: 9047762.
HSL color Cylindrical-coordinate representation of color #D20E8A: hue angle of 322.04º 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 #D20E8A is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 138 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.18 |
| HSL | 322.04º | 0.88% | 0.44% | - |
| HSV(B) | 322.04º | 0.93% | 0.82% | - |
| XYZ | 31.32 | 15.85 | 25.45 | - |
| YUV | 86.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 138 | 0 | 0.93 | 0.34 | 0.18 | 322.04 | 0.88 | 0.44 |
| Hex | D2 | E | 8A | 0 | 5D | 22 | 12 | 142 | 58 | 2C |
| Octal | 322 | 16 | 212 | 0 | 135 | 42 | 22 | 502 | 130 | 54 |
| Binary | 11010010 | 1110 | 10001010 | 0 | 1011101 | 100010 | 10010 | 101000010 | 1011000 | 101100 |
Color Harmonies of #D20E8A
Complementary color
Monochromatic Colors of #D20E8A
Black with #D20E8A
Text Example
Text Example
White with #D20E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E8A; }
p { color: rgb(210,14,138); }
H1.HeaderClassName
{
color: #D20E8A;
}
.AnyTagClassName
{
color: #D20E8A;
}
</style>
background-color css
<style>
a { background-color: #D20E8A; }
a { background-color: rgb(210,14,138); }
div.DivClassName
{
background-color: #D20E8A;
}
.BgClassName
{
background-color: #D20E8A;
}
</style>
border-color css
<style>
span { border-color: #D20E8A; }
span { border-color: rgb(210,14,138); }
td.TdClassName
{
border-color: #D20E8A;
}
.TagClassName
{
border-color: #D20E8A;
}
</style>