Shades of Medium Violet Red #D51CA0
Tints of Medium Violet Red #D51CA0
RGB
CMYK
RGB Variations
Color information
#D51CA0 (or 0xD51CA0) is known color: Medium Violet Red. HEX triplet: D5, 1C and A0. RGB value is (213,28,160). Sum of RGB (Red+Green+Blue) = 213+28+160=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51CA0 is #2AE35F. Grayscale: #626262. Windows color (decimal): -2810720 or 10493141. OLE color: 10493141.
HSL color Cylindrical-coordinate representation of color #D51CA0: hue angle of 317.19º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CA0 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 28 | 160 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.16 |
| HSL | 317.19º | 0.77% | 0.47% | - |
| HSV(B) | 317.19º | 0.87% | 0.84% | - |
| XYZ | 34.2 | 17.51 | 34.84 | - |
| YUV | 98.36 | 162.79 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 28 | 160 | 0 | 0.87 | 0.25 | 0.16 | 317.19 | 0.77 | 0.47 |
| Hex | D5 | 1C | A0 | 0 | 57 | 19 | 10 | 13D | 4D | 2F |
| Octal | 325 | 34 | 240 | 0 | 127 | 31 | 20 | 475 | 115 | 57 |
| Binary | 11010101 | 11100 | 10100000 | 0 | 1010111 | 11001 | 10000 | 100111101 | 1001101 | 101111 |
Color Harmonies of #D51CA0
Complementary color
Monochromatic Colors of #D51CA0
Black with #D51CA0
Text Example
Text Example
White with #D51CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51CA0; }
p { color: rgb(213,28,160); }
H1.HeaderClassName
{
color: #D51CA0;
}
.AnyTagClassName
{
color: #D51CA0;
}
</style>
background-color css
<style>
a { background-color: #D51CA0; }
a { background-color: rgb(213,28,160); }
div.DivClassName
{
background-color: #D51CA0;
}
.BgClassName
{
background-color: #D51CA0;
}
</style>
border-color css
<style>
span { border-color: #D51CA0; }
span { border-color: rgb(213,28,160); }
td.TdClassName
{
border-color: #D51CA0;
}
.TagClassName
{
border-color: #D51CA0;
}
</style>