Shades of Medium Violet Red #D51FA3
Tints of Medium Violet Red #D51FA3
RGB
CMYK
RGB Variations
Color information
#D51FA3 (or 0xD51FA3) is known color: Medium Violet Red. HEX triplet: D5, 1F and A3. RGB value is (213,31,163). Sum of RGB (Red+Green+Blue) = 213+31+163=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FA3 is #2AE05C. Grayscale: #646464. Windows color (decimal): -2809949 or 10690517. OLE color: 10690517.
HSL color Cylindrical-coordinate representation of color #D51FA3: hue angle of 316.48º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D51FA3 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 31 | 163 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.16 |
| HSL | 316.48º | 0.75% | 0.48% | - |
| HSV(B) | 316.48º | 0.85% | 0.84% | - |
| XYZ | 34.54 | 17.77 | 36.26 | - |
| YUV | 100.47 | 163.3 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 163 | 0 | 0.85 | 0.23 | 0.16 | 316.48 | 0.75 | 0.48 |
| Hex | D5 | 1F | A3 | 0 | 55 | 17 | 10 | 13C | 4B | 30 |
| Octal | 325 | 37 | 243 | 0 | 125 | 27 | 20 | 474 | 113 | 60 |
| Binary | 11010101 | 11111 | 10100011 | 0 | 1010101 | 10111 | 10000 | 100111100 | 1001011 | 110000 |
Color Harmonies of #D51FA3
Complementary color
Monochromatic Colors of #D51FA3
Black with #D51FA3
Text Example
Text Example
White with #D51FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FA3; }
p { color: rgb(213,31,163); }
H1.HeaderClassName
{
color: #D51FA3;
}
.AnyTagClassName
{
color: #D51FA3;
}
</style>
background-color css
<style>
a { background-color: #D51FA3; }
a { background-color: rgb(213,31,163); }
div.DivClassName
{
background-color: #D51FA3;
}
.BgClassName
{
background-color: #D51FA3;
}
</style>
border-color css
<style>
span { border-color: #D51FA3; }
span { border-color: rgb(213,31,163); }
td.TdClassName
{
border-color: #D51FA3;
}
.TagClassName
{
border-color: #D51FA3;
}
</style>