Shades of Medium Violet Red #D20E87
Tints of Medium Violet Red #D20E87
RGB
CMYK
RGB Variations
Color information
#D20E87 (or 0xD20E87) is known color: Medium Violet Red. HEX triplet: D2, 0E and 87. RGB value is (210,14,135). Sum of RGB (Red+Green+Blue) = 210+14+135=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E87 is #2DF178. Grayscale: #565656. Windows color (decimal): -3010937 or 8851154. OLE color: 8851154.
HSL color Cylindrical-coordinate representation of color #D20E87: hue angle of 322.96º 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 #D20E87 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 135 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.18 |
| HSL | 322.96º | 0.88% | 0.44% | - |
| HSV(B) | 322.96º | 0.93% | 0.82% | - |
| XYZ | 31.11 | 15.76 | 24.33 | - |
| YUV | 86.4 | 155.43 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 135 | 0 | 0.93 | 0.36 | 0.18 | 322.96 | 0.88 | 0.44 |
| Hex | D2 | E | 87 | 0 | 5D | 24 | 12 | 143 | 58 | 2C |
| Octal | 322 | 16 | 207 | 0 | 135 | 44 | 22 | 503 | 130 | 54 |
| Binary | 11010010 | 1110 | 10000111 | 0 | 1011101 | 100100 | 10010 | 101000011 | 1011000 | 101100 |
Color Harmonies of #D20E87
Complementary color
Monochromatic Colors of #D20E87
Black with #D20E87
Text Example
Text Example
White with #D20E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E87; }
p { color: rgb(210,14,135); }
H1.HeaderClassName
{
color: #D20E87;
}
.AnyTagClassName
{
color: #D20E87;
}
</style>
background-color css
<style>
a { background-color: #D20E87; }
a { background-color: rgb(210,14,135); }
div.DivClassName
{
background-color: #D20E87;
}
.BgClassName
{
background-color: #D20E87;
}
</style>
border-color css
<style>
span { border-color: #D20E87; }
span { border-color: rgb(210,14,135); }
td.TdClassName
{
border-color: #D20E87;
}
.TagClassName
{
border-color: #D20E87;
}
</style>