Shades of Medium Violet Red #D51478
Tints of Medium Violet Red #D51478
RGB
CMYK
RGB Variations
Color information
#D51478 (or 0xD51478) is known color: Medium Violet Red. HEX triplet: D5, 14 and 78. RGB value is (213,20,120). Sum of RGB (Red+Green+Blue) = 213+20+120=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D51478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51478 is #2AEB87. Grayscale: #585858. Windows color (decimal): -2812808 or 7869653. OLE color: 7869653.
HSL color Cylindrical-coordinate representation of color #D51478: hue angle of 328.91º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51478 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 120 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.16 |
| HSL | 328.91º | 0.83% | 0.46% | - |
| HSV(B) | 328.91º | 0.91% | 0.84% | - |
| XYZ | 31.08 | 16 | 19.22 | - |
| YUV | 89.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 120 | 0 | 0.91 | 0.44 | 0.16 | 328.91 | 0.83 | 0.46 |
| Hex | D5 | 14 | 78 | 0 | 5B | 2C | 10 | 149 | 53 | 2E |
| Octal | 325 | 24 | 170 | 0 | 133 | 54 | 20 | 511 | 123 | 56 |
| Binary | 11010101 | 10100 | 1111000 | 0 | 1011011 | 101100 | 10000 | 101001001 | 1010011 | 101110 |
Color Harmonies of #D51478
Complementary color
Monochromatic Colors of #D51478
Black with #D51478
Text Example
Text Example
White with #D51478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51478; }
p { color: rgb(213,20,120); }
H1.HeaderClassName
{
color: #D51478;
}
.AnyTagClassName
{
color: #D51478;
}
</style>
background-color css
<style>
a { background-color: #D51478; }
a { background-color: rgb(213,20,120); }
div.DivClassName
{
background-color: #D51478;
}
.BgClassName
{
background-color: #D51478;
}
</style>
border-color css
<style>
span { border-color: #D51478; }
span { border-color: rgb(213,20,120); }
td.TdClassName
{
border-color: #D51478;
}
.TagClassName
{
border-color: #D51478;
}
</style>