Shades of Medium Violet Red #D21E8D
Tints of Medium Violet Red #D21E8D
RGB
CMYK
RGB Variations
Color information
#D21E8D (or 0xD21E8D) is known color: Medium Violet Red. HEX triplet: D2, 1E and 8D. RGB value is (210,30,141). Sum of RGB (Red+Green+Blue) = 210+30+141=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E8D is #2DE172. Grayscale: #606060. Windows color (decimal): -3006835 or 9248466. OLE color: 9248466.
HSL color Cylindrical-coordinate representation of color #D21E8D: hue angle of 323º 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 #D21E8D is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 141 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.18 |
| HSL | 323º | 0.75% | 0.47% | - |
| HSV(B) | 323º | 0.86% | 0.82% | - |
| XYZ | 31.85 | 16.55 | 26.72 | - |
| YUV | 96.47 | 153.13 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 141 | 0 | 0.86 | 0.33 | 0.18 | 323 | 0.75 | 0.47 |
| Hex | D2 | 1E | 8D | 0 | 56 | 21 | 12 | 143 | 4B | 2F |
| Octal | 322 | 36 | 215 | 0 | 126 | 41 | 22 | 503 | 113 | 57 |
| Binary | 11010010 | 11110 | 10001101 | 0 | 1010110 | 100001 | 10010 | 101000011 | 1001011 | 101111 |
Color Harmonies of #D21E8D
Complementary color
Monochromatic Colors of #D21E8D
Black with #D21E8D
Text Example
Text Example
White with #D21E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E8D; }
p { color: rgb(210,30,141); }
H1.HeaderClassName
{
color: #D21E8D;
}
.AnyTagClassName
{
color: #D21E8D;
}
</style>
background-color css
<style>
a { background-color: #D21E8D; }
a { background-color: rgb(210,30,141); }
div.DivClassName
{
background-color: #D21E8D;
}
.BgClassName
{
background-color: #D21E8D;
}
</style>
border-color css
<style>
span { border-color: #D21E8D; }
span { border-color: rgb(210,30,141); }
td.TdClassName
{
border-color: #D21E8D;
}
.TagClassName
{
border-color: #D21E8D;
}
</style>