Shades of Medium Violet Red #D50F99
Tints of Medium Violet Red #D50F99
RGB
CMYK
RGB Variations
Color information
#D50F99 (or 0xD50F99) is known color: Medium Violet Red. HEX triplet: D5, 0F and 99. RGB value is (213,15,153). Sum of RGB (Red+Green+Blue) = 213+15+153=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50F99 is #2AF066. Grayscale: #595959. Windows color (decimal): -2814055 or 10031061. OLE color: 10031061.
HSL color Cylindrical-coordinate representation of color #D50F99: hue angle of 318.18º 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 #D50F99 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 153 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.16 |
| HSL | 318.18º | 0.87% | 0.45% | - |
| HSV(B) | 318.18º | 0.93% | 0.84% | - |
| XYZ | 33.36 | 16.79 | 31.62 | - |
| YUV | 89.93 | 163.6 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 153 | 0 | 0.93 | 0.28 | 0.16 | 318.18 | 0.87 | 0.45 |
| Hex | D5 | F | 99 | 0 | 5D | 1C | 10 | 13E | 57 | 2D |
| Octal | 325 | 17 | 231 | 0 | 135 | 34 | 20 | 476 | 127 | 55 |
| Binary | 11010101 | 1111 | 10011001 | 0 | 1011101 | 11100 | 10000 | 100111110 | 1010111 | 101101 |
Color Harmonies of #D50F99
Complementary color
Monochromatic Colors of #D50F99
Black with #D50F99
Text Example
Text Example
White with #D50F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F99; }
p { color: rgb(213,15,153); }
H1.HeaderClassName
{
color: #D50F99;
}
.AnyTagClassName
{
color: #D50F99;
}
</style>
background-color css
<style>
a { background-color: #D50F99; }
a { background-color: rgb(213,15,153); }
div.DivClassName
{
background-color: #D50F99;
}
.BgClassName
{
background-color: #D50F99;
}
</style>
border-color css
<style>
span { border-color: #D50F99; }
span { border-color: rgb(213,15,153); }
td.TdClassName
{
border-color: #D50F99;
}
.TagClassName
{
border-color: #D50F99;
}
</style>