Shades of Medium Violet Red #D21E7D
Tints of Medium Violet Red #D21E7D
RGB
CMYK
RGB Variations
Color information
#D21E7D (or 0xD21E7D) is known color: Medium Violet Red. HEX triplet: D2, 1E and 7D. RGB value is (210,30,125). Sum of RGB (Red+Green+Blue) = 210+30+125=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21E7D is #2DE182. Grayscale: #5E5E5E. Windows color (decimal): -3006851 or 8199890. OLE color: 8199890.
HSL color Cylindrical-coordinate representation of color #D21E7D: hue angle of 328.33º 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 #D21E7D is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 125 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.18 |
| HSL | 328.33º | 0.75% | 0.47% | - |
| HSV(B) | 328.33º | 0.86% | 0.82% | - |
| XYZ | 30.74 | 16.11 | 20.89 | - |
| YUV | 94.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 125 | 0 | 0.86 | 0.40 | 0.18 | 328.33 | 0.75 | 0.47 |
| Hex | D2 | 1E | 7D | 0 | 56 | 28 | 12 | 148 | 4B | 2F |
| Octal | 322 | 36 | 175 | 0 | 126 | 50 | 22 | 510 | 113 | 57 |
| Binary | 11010010 | 11110 | 1111101 | 0 | 1010110 | 101000 | 10010 | 101001000 | 1001011 | 101111 |
Color Harmonies of #D21E7D
Complementary color
Monochromatic Colors of #D21E7D
Black with #D21E7D
Text Example
Text Example
White with #D21E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E7D; }
p { color: rgb(210,30,125); }
H1.HeaderClassName
{
color: #D21E7D;
}
.AnyTagClassName
{
color: #D21E7D;
}
</style>
background-color css
<style>
a { background-color: #D21E7D; }
a { background-color: rgb(210,30,125); }
div.DivClassName
{
background-color: #D21E7D;
}
.BgClassName
{
background-color: #D21E7D;
}
</style>
border-color css
<style>
span { border-color: #D21E7D; }
span { border-color: rgb(210,30,125); }
td.TdClassName
{
border-color: #D21E7D;
}
.TagClassName
{
border-color: #D21E7D;
}
</style>