Shades of Medium Violet Red #D50F74
Tints of Medium Violet Red #D50F74
RGB
CMYK
RGB Variations
Color information
#D50F74 (or 0xD50F74) is known color: Medium Violet Red. HEX triplet: D5, 0F and 74. RGB value is (213,15,116). Sum of RGB (Red+Green+Blue) = 213+15+116=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50F74 is #2AF08B. Grayscale: #555555. Windows color (decimal): -2814092 or 7606229. OLE color: 7606229.
HSL color Cylindrical-coordinate representation of color #D50F74: hue angle of 329.39º 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 #D50F74 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 116 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.16 |
| HSL | 329.39º | 0.87% | 0.45% | - |
| HSV(B) | 329.39º | 0.93% | 0.84% | - |
| XYZ | 30.76 | 15.75 | 17.94 | - |
| YUV | 85.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 116 | 0 | 0.93 | 0.46 | 0.16 | 329.39 | 0.87 | 0.45 |
| Hex | D5 | F | 74 | 0 | 5D | 2E | 10 | 149 | 57 | 2D |
| Octal | 325 | 17 | 164 | 0 | 135 | 56 | 20 | 511 | 127 | 55 |
| Binary | 11010101 | 1111 | 1110100 | 0 | 1011101 | 101110 | 10000 | 101001001 | 1010111 | 101101 |
Color Harmonies of #D50F74
Complementary color
Monochromatic Colors of #D50F74
Black with #D50F74
Text Example
Text Example
White with #D50F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F74; }
p { color: rgb(213,15,116); }
H1.HeaderClassName
{
color: #D50F74;
}
.AnyTagClassName
{
color: #D50F74;
}
</style>
background-color css
<style>
a { background-color: #D50F74; }
a { background-color: rgb(213,15,116); }
div.DivClassName
{
background-color: #D50F74;
}
.BgClassName
{
background-color: #D50F74;
}
</style>
border-color css
<style>
span { border-color: #D50F74; }
span { border-color: rgb(213,15,116); }
td.TdClassName
{
border-color: #D50F74;
}
.TagClassName
{
border-color: #D50F74;
}
</style>