Shades of Medium Violet Red #D50FA1
Tints of Medium Violet Red #D50FA1
RGB
CMYK
RGB Variations
Color information
#D50FA1 (or 0xD50FA1) is known color: Medium Violet Red. HEX triplet: D5, 0F and A1. RGB value is (213,15,161). Sum of RGB (Red+Green+Blue) = 213+15+161=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D50FA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50FA1 is #2AF05E. Grayscale: #5A5A5A. Windows color (decimal): -2814047 or 10555349. OLE color: 10555349.
HSL color Cylindrical-coordinate representation of color #D50FA1: hue angle of 315.76º 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 #D50FA1 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 161 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.16 |
| HSL | 315.76º | 0.87% | 0.45% | - |
| HSV(B) | 315.76º | 0.93% | 0.84% | - |
| XYZ | 34.04 | 17.06 | 35.22 | - |
| YUV | 90.85 | 167.6 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 161 | 0 | 0.93 | 0.24 | 0.16 | 315.76 | 0.87 | 0.45 |
| Hex | D5 | F | A1 | 0 | 5D | 18 | 10 | 13C | 57 | 2D |
| Octal | 325 | 17 | 241 | 0 | 135 | 30 | 20 | 474 | 127 | 55 |
| Binary | 11010101 | 1111 | 10100001 | 0 | 1011101 | 11000 | 10000 | 100111100 | 1010111 | 101101 |
Color Harmonies of #D50FA1
Complementary color
Monochromatic Colors of #D50FA1
Black with #D50FA1
Text Example
Text Example
White with #D50FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FA1; }
p { color: rgb(213,15,161); }
H1.HeaderClassName
{
color: #D50FA1;
}
.AnyTagClassName
{
color: #D50FA1;
}
</style>
background-color css
<style>
a { background-color: #D50FA1; }
a { background-color: rgb(213,15,161); }
div.DivClassName
{
background-color: #D50FA1;
}
.BgClassName
{
background-color: #D50FA1;
}
</style>
border-color css
<style>
span { border-color: #D50FA1; }
span { border-color: rgb(213,15,161); }
td.TdClassName
{
border-color: #D50FA1;
}
.TagClassName
{
border-color: #D50FA1;
}
</style>