Shades of Medium Violet Red #D50E7A
Tints of Medium Violet Red #D50E7A
RGB
CMYK
RGB Variations
Color information
#D50E7A (or 0xD50E7A) is known color: Medium Violet Red. HEX triplet: D5, 0E and 7A. RGB value is (213,14,122). Sum of RGB (Red+Green+Blue) = 213+14+122=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50E7A is #2AF185. Grayscale: #555555. Windows color (decimal): -2814342 or 7999189. OLE color: 7999189.
HSL color Cylindrical-coordinate representation of color #D50E7A: hue angle of 327.44º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50E7A is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 122 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.16 |
| HSL | 327.44º | 0.88% | 0.45% | - |
| HSV(B) | 327.44º | 0.93% | 0.84% | - |
| XYZ | 31.11 | 15.87 | 19.83 | - |
| YUV | 85.81 | 148.43 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 122 | 0 | 0.93 | 0.43 | 0.16 | 327.44 | 0.88 | 0.45 |
| Hex | D5 | E | 7A | 0 | 5D | 2B | 10 | 147 | 58 | 2D |
| Octal | 325 | 16 | 172 | 0 | 135 | 53 | 20 | 507 | 130 | 55 |
| Binary | 11010101 | 1110 | 1111010 | 0 | 1011101 | 101011 | 10000 | 101000111 | 1011000 | 101101 |
Color Harmonies of #D50E7A
Complementary color
Monochromatic Colors of #D50E7A
Black with #D50E7A
Text Example
Text Example
White with #D50E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50E7A; }
p { color: rgb(213,14,122); }
H1.HeaderClassName
{
color: #D50E7A;
}
.AnyTagClassName
{
color: #D50E7A;
}
</style>
background-color css
<style>
a { background-color: #D50E7A; }
a { background-color: rgb(213,14,122); }
div.DivClassName
{
background-color: #D50E7A;
}
.BgClassName
{
background-color: #D50E7A;
}
</style>
border-color css
<style>
span { border-color: #D50E7A; }
span { border-color: rgb(213,14,122); }
td.TdClassName
{
border-color: #D50E7A;
}
.TagClassName
{
border-color: #D50E7A;
}
</style>