Shades of Medium Violet Red #D40E7B
Tints of Medium Violet Red #D40E7B
RGB
CMYK
RGB Variations
Color information
#D40E7B (or 0xD40E7B) is known color: Medium Violet Red. HEX triplet: D4, 0E and 7B. RGB value is (212,14,123). Sum of RGB (Red+Green+Blue) = 212+14+123=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40E7B is #2BF184. Grayscale: #555555. Windows color (decimal): -2879877 or 8064724. OLE color: 8064724.
HSL color Cylindrical-coordinate representation of color #D40E7B: hue angle of 326.97º 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 #D40E7B is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.17 |
| HSL | 326.97º | 0.88% | 0.44% | - |
| HSV(B) | 326.97º | 0.93% | 0.83% | - |
| XYZ | 30.88 | 15.74 | 20.15 | - |
| YUV | 85.63 | 149.1 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 14 | 123 | 0 | 0.93 | 0.42 | 0.17 | 326.97 | 0.88 | 0.44 |
| Hex | D4 | E | 7B | 0 | 5D | 2A | 11 | 147 | 58 | 2C |
| Octal | 324 | 16 | 173 | 0 | 135 | 52 | 21 | 507 | 130 | 54 |
| Binary | 11010100 | 1110 | 1111011 | 0 | 1011101 | 101010 | 10001 | 101000111 | 1011000 | 101100 |
Color Harmonies of #D40E7B
Complementary color
Monochromatic Colors of #D40E7B
Black with #D40E7B
Text Example
Text Example
White with #D40E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40E7B; }
p { color: rgb(212,14,123); }
H1.HeaderClassName
{
color: #D40E7B;
}
.AnyTagClassName
{
color: #D40E7B;
}
</style>
background-color css
<style>
a { background-color: #D40E7B; }
a { background-color: rgb(212,14,123); }
div.DivClassName
{
background-color: #D40E7B;
}
.BgClassName
{
background-color: #D40E7B;
}
</style>
border-color css
<style>
span { border-color: #D40E7B; }
span { border-color: rgb(212,14,123); }
td.TdClassName
{
border-color: #D40E7B;
}
.TagClassName
{
border-color: #D40E7B;
}
</style>