Shades of Medium Violet Red #D50E9C
Tints of Medium Violet Red #D50E9C
RGB
CMYK
RGB Variations
Color information
#D50E9C (or 0xD50E9C) is known color: Medium Violet Red. HEX triplet: D5, 0E and 9C. RGB value is (213,14,156). Sum of RGB (Red+Green+Blue) = 213+14+156=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50E9C is #2AF163. Grayscale: #595959. Windows color (decimal): -2814308 or 10227413. OLE color: 10227413.
HSL color Cylindrical-coordinate representation of color #D50E9C: hue angle of 317.19º 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 #D50E9C is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 156 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.16 |
| HSL | 317.19º | 0.88% | 0.45% | - |
| HSV(B) | 317.19º | 0.93% | 0.84% | - |
| XYZ | 33.6 | 16.86 | 32.94 | - |
| YUV | 89.69 | 165.43 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 156 | 0 | 0.93 | 0.27 | 0.16 | 317.19 | 0.88 | 0.45 |
| Hex | D5 | E | 9C | 0 | 5D | 1B | 10 | 13D | 58 | 2D |
| Octal | 325 | 16 | 234 | 0 | 135 | 33 | 20 | 475 | 130 | 55 |
| Binary | 11010101 | 1110 | 10011100 | 0 | 1011101 | 11011 | 10000 | 100111101 | 1011000 | 101101 |
Color Harmonies of #D50E9C
Complementary color
Monochromatic Colors of #D50E9C
Black with #D50E9C
Text Example
Text Example
White with #D50E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50E9C; }
p { color: rgb(213,14,156); }
H1.HeaderClassName
{
color: #D50E9C;
}
.AnyTagClassName
{
color: #D50E9C;
}
</style>
background-color css
<style>
a { background-color: #D50E9C; }
a { background-color: rgb(213,14,156); }
div.DivClassName
{
background-color: #D50E9C;
}
.BgClassName
{
background-color: #D50E9C;
}
</style>
border-color css
<style>
span { border-color: #D50E9C; }
span { border-color: rgb(213,14,156); }
td.TdClassName
{
border-color: #D50E9C;
}
.TagClassName
{
border-color: #D50E9C;
}
</style>