Shades of Medium Violet Red #D50F77
Tints of Medium Violet Red #D50F77
RGB
CMYK
RGB Variations
Color information
#D50F77 (or 0xD50F77) is known color: Medium Violet Red. HEX triplet: D5, 0F and 77. RGB value is (213,15,119). Sum of RGB (Red+Green+Blue) = 213+15+119=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50F77 is #2AF088. Grayscale: #555555. Windows color (decimal): -2814089 or 7802837. OLE color: 7802837.
HSL color Cylindrical-coordinate representation of color #D50F77: hue angle of 328.48º degrees, saturation: 0.87, 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 #D50F77 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 119 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.16 |
| HSL | 328.48º | 0.87% | 0.45% | - |
| HSV(B) | 328.48º | 0.93% | 0.84% | - |
| XYZ | 30.94 | 15.82 | 18.88 | - |
| YUV | 86.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 119 | 0 | 0.93 | 0.44 | 0.16 | 328.48 | 0.87 | 0.45 |
| Hex | D5 | F | 77 | 0 | 5D | 2C | 10 | 148 | 57 | 2D |
| Octal | 325 | 17 | 167 | 0 | 135 | 54 | 20 | 510 | 127 | 55 |
| Binary | 11010101 | 1111 | 1110111 | 0 | 1011101 | 101100 | 10000 | 101001000 | 1010111 | 101101 |
Color Harmonies of #D50F77
Complementary color
Monochromatic Colors of #D50F77
Black with #D50F77
Text Example
Text Example
White with #D50F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F77; }
p { color: rgb(213,15,119); }
H1.HeaderClassName
{
color: #D50F77;
}
.AnyTagClassName
{
color: #D50F77;
}
</style>
background-color css
<style>
a { background-color: #D50F77; }
a { background-color: rgb(213,15,119); }
div.DivClassName
{
background-color: #D50F77;
}
.BgClassName
{
background-color: #D50F77;
}
</style>
border-color css
<style>
span { border-color: #D50F77; }
span { border-color: rgb(213,15,119); }
td.TdClassName
{
border-color: #D50F77;
}
.TagClassName
{
border-color: #D50F77;
}
</style>