Shades of Medium Violet Red #D50A7E
Tints of Medium Violet Red #D50A7E
RGB
CMYK
RGB Variations
Color information
#D50A7E (or 0xD50A7E) is known color: Medium Violet Red. HEX triplet: D5, 0A and 7E. RGB value is (213,10,126). Sum of RGB (Red+Green+Blue) = 213+10+126=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50A7E is #2AF581. Grayscale: #535353. Windows color (decimal): -2815362 or 8260309. OLE color: 8260309.
HSL color Cylindrical-coordinate representation of color #D50A7E: hue angle of 325.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50A7E is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 126 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.16 |
| HSL | 325.71º | 0.91% | 0.44% | - |
| HSV(B) | 325.71º | 0.95% | 0.84% | - |
| XYZ | 31.32 | 15.87 | 21.15 | - |
| YUV | 83.92 | 151.75 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 126 | 0 | 0.95 | 0.41 | 0.16 | 325.71 | 0.91 | 0.44 |
| Hex | D5 | A | 7E | 0 | 5F | 29 | 10 | 146 | 5B | 2C |
| Octal | 325 | 12 | 176 | 0 | 137 | 51 | 20 | 506 | 133 | 54 |
| Binary | 11010101 | 1010 | 1111110 | 0 | 1011111 | 101001 | 10000 | 101000110 | 1011011 | 101100 |
Color Harmonies of #D50A7E
Complementary color
Monochromatic Colors of #D50A7E
Black with #D50A7E
Text Example
Text Example
White with #D50A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A7E; }
p { color: rgb(213,10,126); }
H1.HeaderClassName
{
color: #D50A7E;
}
.AnyTagClassName
{
color: #D50A7E;
}
</style>
background-color css
<style>
a { background-color: #D50A7E; }
a { background-color: rgb(213,10,126); }
div.DivClassName
{
background-color: #D50A7E;
}
.BgClassName
{
background-color: #D50A7E;
}
</style>
border-color css
<style>
span { border-color: #D50A7E; }
span { border-color: rgb(213,10,126); }
td.TdClassName
{
border-color: #D50A7E;
}
.TagClassName
{
border-color: #D50A7E;
}
</style>