Shades of Medium Violet Red #D50D8D
Tints of Medium Violet Red #D50D8D
RGB
CMYK
RGB Variations
Color information
#D50D8D (or 0xD50D8D) is known color: Medium Violet Red. HEX triplet: D5, 0D and 8D. RGB value is (213,13,141). Sum of RGB (Red+Green+Blue) = 213+13+141=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50D8D is #2AF272. Grayscale: #575757. Windows color (decimal): -2814579 or 9244117. OLE color: 9244117.
HSL color Cylindrical-coordinate representation of color #D50D8D: hue angle of 321.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50D8D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 141 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.16 |
| HSL | 321.6º | 0.88% | 0.44% | - |
| HSV(B) | 321.6º | 0.94% | 0.84% | - |
| XYZ | 32.39 | 16.36 | 26.65 | - |
| YUV | 87.39 | 158.26 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 141 | 0 | 0.94 | 0.34 | 0.16 | 321.6 | 0.88 | 0.44 |
| Hex | D5 | D | 8D | 0 | 5E | 22 | 10 | 142 | 58 | 2C |
| Octal | 325 | 15 | 215 | 0 | 136 | 42 | 20 | 502 | 130 | 54 |
| Binary | 11010101 | 1101 | 10001101 | 0 | 1011110 | 100010 | 10000 | 101000010 | 1011000 | 101100 |
Color Harmonies of #D50D8D
Complementary color
Monochromatic Colors of #D50D8D
Black with #D50D8D
Text Example
Text Example
White with #D50D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D8D; }
p { color: rgb(213,13,141); }
H1.HeaderClassName
{
color: #D50D8D;
}
.AnyTagClassName
{
color: #D50D8D;
}
</style>
background-color css
<style>
a { background-color: #D50D8D; }
a { background-color: rgb(213,13,141); }
div.DivClassName
{
background-color: #D50D8D;
}
.BgClassName
{
background-color: #D50D8D;
}
</style>
border-color css
<style>
span { border-color: #D50D8D; }
span { border-color: rgb(213,13,141); }
td.TdClassName
{
border-color: #D50D8D;
}
.TagClassName
{
border-color: #D50D8D;
}
</style>