Shades of Medium Violet Red #D40E7F
Tints of Medium Violet Red #D40E7F
RGB
CMYK
RGB Variations
Color information
#D40E7F (or 0xD40E7F) is known color: Medium Violet Red. HEX triplet: D4, 0E and 7F. RGB value is (212,14,127). Sum of RGB (Red+Green+Blue) = 212+14+127=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40E7F is #2BF180. Grayscale: #555555. Windows color (decimal): -2879873 or 8326868. OLE color: 8326868.
HSL color Cylindrical-coordinate representation of color #D40E7F: hue angle of 325.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E7F is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 127 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.17 |
| HSL | 325.76º | 0.88% | 0.44% | - |
| HSV(B) | 325.76º | 0.93% | 0.83% | - |
| XYZ | 31.14 | 15.84 | 21.5 | - |
| YUV | 86.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 127 | 0 | 0.93 | 0.40 | 0.17 | 325.76 | 0.88 | 0.44 |
| Hex | D4 | E | 7F | 0 | 5D | 28 | 11 | 146 | 58 | 2C |
| Octal | 324 | 16 | 177 | 0 | 135 | 50 | 21 | 506 | 130 | 54 |
| Binary | 11010100 | 1110 | 1111111 | 0 | 1011101 | 101000 | 10001 | 101000110 | 1011000 | 101100 |
Color Harmonies of #D40E7F
Complementary color
Monochromatic Colors of #D40E7F
Black with #D40E7F
Text Example
Text Example
White with #D40E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E7F; }
p { color: rgb(212,14,127); }
H1.HeaderClassName
{
color: #D40E7F;
}
.AnyTagClassName
{
color: #D40E7F;
}
</style>
background-color css
<style>
a { background-color: #D40E7F; }
a { background-color: rgb(212,14,127); }
div.DivClassName
{
background-color: #D40E7F;
}
.BgClassName
{
background-color: #D40E7F;
}
</style>
border-color css
<style>
span { border-color: #D40E7F; }
span { border-color: rgb(212,14,127); }
td.TdClassName
{
border-color: #D40E7F;
}
.TagClassName
{
border-color: #D40E7F;
}
</style>