Shades of Medium Violet Red #D50C75
Tints of Medium Violet Red #D50C75
RGB
CMYK
RGB Variations
Color information
#D50C75 (or 0xD50C75) is known color: Medium Violet Red. HEX triplet: D5, 0C and 75. RGB value is (213,12,117). Sum of RGB (Red+Green+Blue) = 213+12+117=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C75 is #2AF38A. Grayscale: #535353. Windows color (decimal): -2814859 or 7670997. OLE color: 7670997.
HSL color Cylindrical-coordinate representation of color #D50C75: hue angle of 328.66º 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 #D50C75 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.16 |
| HSL | 328.66º | 0.89% | 0.44% | - |
| HSV(B) | 328.66º | 0.94% | 0.84% | - |
| XYZ | 30.78 | 15.69 | 18.24 | - |
| YUV | 84.07 | 146.59 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 117 | 0 | 0.94 | 0.45 | 0.16 | 328.66 | 0.89 | 0.44 |
| Hex | D5 | C | 75 | 0 | 5E | 2D | 10 | 149 | 59 | 2C |
| Octal | 325 | 14 | 165 | 0 | 136 | 55 | 20 | 511 | 131 | 54 |
| Binary | 11010101 | 1100 | 1110101 | 0 | 1011110 | 101101 | 10000 | 101001001 | 1011001 | 101100 |
Color Harmonies of #D50C75
Complementary color
Monochromatic Colors of #D50C75
Black with #D50C75
Text Example
Text Example
White with #D50C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C75; }
p { color: rgb(213,12,117); }
H1.HeaderClassName
{
color: #D50C75;
}
.AnyTagClassName
{
color: #D50C75;
}
</style>
background-color css
<style>
a { background-color: #D50C75; }
a { background-color: rgb(213,12,117); }
div.DivClassName
{
background-color: #D50C75;
}
.BgClassName
{
background-color: #D50C75;
}
</style>
border-color css
<style>
span { border-color: #D50C75; }
span { border-color: rgb(213,12,117); }
td.TdClassName
{
border-color: #D50C75;
}
.TagClassName
{
border-color: #D50C75;
}
</style>