Shades of Medium Violet Red #D50D7C
Tints of Medium Violet Red #D50D7C
RGB
CMYK
RGB Variations
Color information
#D50D7C (or 0xD50D7C) is known color: Medium Violet Red. HEX triplet: D5, 0D and 7C. RGB value is (213,13,124). Sum of RGB (Red+Green+Blue) = 213+13+124=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D7C is #2AF283. Grayscale: #555555. Windows color (decimal): -2814596 or 8130005. OLE color: 8130005.
HSL color Cylindrical-coordinate representation of color #D50D7C: hue angle of 326.7º 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 #D50D7C is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 124 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.16 |
| HSL | 326.7º | 0.88% | 0.44% | - |
| HSV(B) | 326.7º | 0.94% | 0.84% | - |
| XYZ | 31.22 | 15.89 | 20.49 | - |
| YUV | 85.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 124 | 0 | 0.94 | 0.42 | 0.16 | 326.7 | 0.88 | 0.44 |
| Hex | D5 | D | 7C | 0 | 5E | 2A | 10 | 147 | 58 | 2C |
| Octal | 325 | 15 | 174 | 0 | 136 | 52 | 20 | 507 | 130 | 54 |
| Binary | 11010101 | 1101 | 1111100 | 0 | 1011110 | 101010 | 10000 | 101000111 | 1011000 | 101100 |
Color Harmonies of #D50D7C
Complementary color
Monochromatic Colors of #D50D7C
Black with #D50D7C
Text Example
Text Example
White with #D50D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D7C; }
p { color: rgb(213,13,124); }
H1.HeaderClassName
{
color: #D50D7C;
}
.AnyTagClassName
{
color: #D50D7C;
}
</style>
background-color css
<style>
a { background-color: #D50D7C; }
a { background-color: rgb(213,13,124); }
div.DivClassName
{
background-color: #D50D7C;
}
.BgClassName
{
background-color: #D50D7C;
}
</style>
border-color css
<style>
span { border-color: #D50D7C; }
span { border-color: rgb(213,13,124); }
td.TdClassName
{
border-color: #D50D7C;
}
.TagClassName
{
border-color: #D50D7C;
}
</style>