Shades of Medium Violet Red #D51FA4
Tints of Medium Violet Red #D51FA4
RGB
CMYK
RGB Variations
Color information
#D51FA4 (or 0xD51FA4) is known color: Medium Violet Red. HEX triplet: D5, 1F and A4. RGB value is (213,31,164). Sum of RGB (Red+Green+Blue) = 213+31+164=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D51FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51FA4 is #2AE05B. Grayscale: #646464. Windows color (decimal): -2809948 or 10756053. OLE color: 10756053.
HSL color Cylindrical-coordinate representation of color #D51FA4: hue angle of 316.15º 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 #D51FA4 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 31 | 164 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.16 |
| HSL | 316.15º | 0.75% | 0.48% | - |
| HSV(B) | 316.15º | 0.85% | 0.84% | - |
| XYZ | 34.63 | 17.81 | 36.73 | - |
| YUV | 100.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 164 | 0 | 0.85 | 0.23 | 0.16 | 316.15 | 0.75 | 0.48 |
| Hex | D5 | 1F | A4 | 0 | 55 | 17 | 10 | 13C | 4B | 30 |
| Octal | 325 | 37 | 244 | 0 | 125 | 27 | 20 | 474 | 113 | 60 |
| Binary | 11010101 | 11111 | 10100100 | 0 | 1010101 | 10111 | 10000 | 100111100 | 1001011 | 110000 |
Color Harmonies of #D51FA4
Complementary color
Monochromatic Colors of #D51FA4
Black with #D51FA4
Text Example
Text Example
White with #D51FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FA4; }
p { color: rgb(213,31,164); }
H1.HeaderClassName
{
color: #D51FA4;
}
.AnyTagClassName
{
color: #D51FA4;
}
</style>
background-color css
<style>
a { background-color: #D51FA4; }
a { background-color: rgb(213,31,164); }
div.DivClassName
{
background-color: #D51FA4;
}
.BgClassName
{
background-color: #D51FA4;
}
</style>
border-color css
<style>
span { border-color: #D51FA4; }
span { border-color: rgb(213,31,164); }
td.TdClassName
{
border-color: #D51FA4;
}
.TagClassName
{
border-color: #D51FA4;
}
</style>