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