Shades of Medium Violet Red #D51379
Tints of Medium Violet Red #D51379
RGB
CMYK
RGB Variations
Color information
#D51379 (or 0xD51379) is known color: Medium Violet Red. HEX triplet: D5, 13 and 79. RGB value is (213,19,121). Sum of RGB (Red+Green+Blue) = 213+19+121=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D51379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51379 is #2AEC86. Grayscale: #585858. Windows color (decimal): -2813063 or 7934933. OLE color: 7934933.
HSL color Cylindrical-coordinate representation of color #D51379: hue angle of 328.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51379 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 121 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.16 |
| HSL | 328.45º | 0.84% | 0.45% | - |
| HSV(B) | 328.45º | 0.91% | 0.84% | - |
| XYZ | 31.12 | 15.99 | 19.54 | - |
| YUV | 88.63 | 146.27 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 121 | 0 | 0.91 | 0.43 | 0.16 | 328.45 | 0.84 | 0.45 |
| Hex | D5 | 13 | 79 | 0 | 5B | 2B | 10 | 148 | 54 | 2D |
| Octal | 325 | 23 | 171 | 0 | 133 | 53 | 20 | 510 | 124 | 55 |
| Binary | 11010101 | 10011 | 1111001 | 0 | 1011011 | 101011 | 10000 | 101001000 | 1010100 | 101101 |
Color Harmonies of #D51379
Complementary color
Monochromatic Colors of #D51379
Black with #D51379
Text Example
Text Example
White with #D51379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51379; }
p { color: rgb(213,19,121); }
H1.HeaderClassName
{
color: #D51379;
}
.AnyTagClassName
{
color: #D51379;
}
</style>
background-color css
<style>
a { background-color: #D51379; }
a { background-color: rgb(213,19,121); }
div.DivClassName
{
background-color: #D51379;
}
.BgClassName
{
background-color: #D51379;
}
</style>
border-color css
<style>
span { border-color: #D51379; }
span { border-color: rgb(213,19,121); }
td.TdClassName
{
border-color: #D51379;
}
.TagClassName
{
border-color: #D51379;
}
</style>