Shades of Medium Violet Red #D50A8D
Tints of Medium Violet Red #D50A8D
RGB
CMYK
RGB Variations
Color information
#D50A8D (or 0xD50A8D) is known color: Medium Violet Red. HEX triplet: D5, 0A and 8D. RGB value is (213,10,141). Sum of RGB (Red+Green+Blue) = 213+10+141=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50A8D is #2AF572. Grayscale: #555555. Windows color (decimal): -2815347 or 9243349. OLE color: 9243349.
HSL color Cylindrical-coordinate representation of color #D50A8D: hue angle of 321.28º 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 #D50A8D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 141 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.16 |
| HSL | 321.28º | 0.91% | 0.44% | - |
| HSV(B) | 321.28º | 0.95% | 0.84% | - |
| XYZ | 32.36 | 16.29 | 26.64 | - |
| YUV | 85.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 141 | 0 | 0.95 | 0.34 | 0.16 | 321.28 | 0.91 | 0.44 |
| Hex | D5 | A | 8D | 0 | 5F | 22 | 10 | 141 | 5B | 2C |
| Octal | 325 | 12 | 215 | 0 | 137 | 42 | 20 | 501 | 133 | 54 |
| Binary | 11010101 | 1010 | 10001101 | 0 | 1011111 | 100010 | 10000 | 101000001 | 1011011 | 101100 |
Color Harmonies of #D50A8D
Complementary color
Monochromatic Colors of #D50A8D
Black with #D50A8D
Text Example
Text Example
White with #D50A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A8D; }
p { color: rgb(213,10,141); }
H1.HeaderClassName
{
color: #D50A8D;
}
.AnyTagClassName
{
color: #D50A8D;
}
</style>
background-color css
<style>
a { background-color: #D50A8D; }
a { background-color: rgb(213,10,141); }
div.DivClassName
{
background-color: #D50A8D;
}
.BgClassName
{
background-color: #D50A8D;
}
</style>
border-color css
<style>
span { border-color: #D50A8D; }
span { border-color: rgb(213,10,141); }
td.TdClassName
{
border-color: #D50A8D;
}
.TagClassName
{
border-color: #D50A8D;
}
</style>