Shades of Medium Violet Red #D50F81
Tints of Medium Violet Red #D50F81
RGB
CMYK
RGB Variations
Color information
#D50F81 (or 0xD50F81) is known color: Medium Violet Red. HEX triplet: D5, 0F and 81. RGB value is (213,15,129). Sum of RGB (Red+Green+Blue) = 213+15+129=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50F81 is #2AF07E. Grayscale: #565656. Windows color (decimal): -2814079 or 8458197. OLE color: 8458197.
HSL color Cylindrical-coordinate representation of color #D50F81: hue angle of 325.45º 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 #D50F81 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 129 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.16 |
| HSL | 325.45º | 0.87% | 0.45% | - |
| HSV(B) | 325.45º | 0.93% | 0.84% | - |
| XYZ | 31.57 | 16.07 | 22.21 | - |
| YUV | 87.2 | 151.6 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 129 | 0 | 0.93 | 0.39 | 0.16 | 325.45 | 0.87 | 0.45 |
| Hex | D5 | F | 81 | 0 | 5D | 27 | 10 | 145 | 57 | 2D |
| Octal | 325 | 17 | 201 | 0 | 135 | 47 | 20 | 505 | 127 | 55 |
| Binary | 11010101 | 1111 | 10000001 | 0 | 1011101 | 100111 | 10000 | 101000101 | 1010111 | 101101 |
Color Harmonies of #D50F81
Complementary color
Monochromatic Colors of #D50F81
Black with #D50F81
Text Example
Text Example
White with #D50F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F81; }
p { color: rgb(213,15,129); }
H1.HeaderClassName
{
color: #D50F81;
}
.AnyTagClassName
{
color: #D50F81;
}
</style>
background-color css
<style>
a { background-color: #D50F81; }
a { background-color: rgb(213,15,129); }
div.DivClassName
{
background-color: #D50F81;
}
.BgClassName
{
background-color: #D50F81;
}
</style>
border-color css
<style>
span { border-color: #D50F81; }
span { border-color: rgb(213,15,129); }
td.TdClassName
{
border-color: #D50F81;
}
.TagClassName
{
border-color: #D50F81;
}
</style>