Shades of Medium Violet Red #D50C9A
Tints of Medium Violet Red #D50C9A
RGB
CMYK
RGB Variations
Color information
#D50C9A (or 0xD50C9A) is known color: Medium Violet Red. HEX triplet: D5, 0C and 9A. RGB value is (213,12,154). Sum of RGB (Red+Green+Blue) = 213+12+154=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C9A is #2AF365. Grayscale: #575757. Windows color (decimal): -2814822 or 10095829. OLE color: 10095829.
HSL color Cylindrical-coordinate representation of color #D50C9A: hue angle of 317.61º degrees, saturation: 0.89, 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 #D50C9A is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 154 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.16 |
| HSL | 317.61º | 0.89% | 0.44% | - |
| HSV(B) | 317.61º | 0.94% | 0.84% | - |
| XYZ | 33.4 | 16.74 | 32.04 | - |
| YUV | 88.29 | 165.09 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 154 | 0 | 0.94 | 0.28 | 0.16 | 317.61 | 0.89 | 0.44 |
| Hex | D5 | C | 9A | 0 | 5E | 1C | 10 | 13E | 59 | 2C |
| Octal | 325 | 14 | 232 | 0 | 136 | 34 | 20 | 476 | 131 | 54 |
| Binary | 11010101 | 1100 | 10011010 | 0 | 1011110 | 11100 | 10000 | 100111110 | 1011001 | 101100 |
Color Harmonies of #D50C9A
Complementary color
Monochromatic Colors of #D50C9A
Black with #D50C9A
Text Example
Text Example
White with #D50C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C9A; }
p { color: rgb(213,12,154); }
H1.HeaderClassName
{
color: #D50C9A;
}
.AnyTagClassName
{
color: #D50C9A;
}
</style>
background-color css
<style>
a { background-color: #D50C9A; }
a { background-color: rgb(213,12,154); }
div.DivClassName
{
background-color: #D50C9A;
}
.BgClassName
{
background-color: #D50C9A;
}
</style>
border-color css
<style>
span { border-color: #D50C9A; }
span { border-color: rgb(213,12,154); }
td.TdClassName
{
border-color: #D50C9A;
}
.TagClassName
{
border-color: #D50C9A;
}
</style>