Shades of Medium Violet Red #D51774
Tints of Medium Violet Red #D51774
RGB
CMYK
RGB Variations
Color information
#D51774 (or 0xD51774) is known color: Medium Violet Red. HEX triplet: D5, 17 and 74. RGB value is (213,23,116). Sum of RGB (Red+Green+Blue) = 213+23+116=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D51774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51774 is #2AE88B. Grayscale: #5A5A5A. Windows color (decimal): -2812044 or 7608277. OLE color: 7608277.
HSL color Cylindrical-coordinate representation of color #D51774: hue angle of 330.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51774 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 116 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.16 |
| HSL | 330.63º | 0.81% | 0.46% | - |
| HSV(B) | 330.63º | 0.89% | 0.84% | - |
| XYZ | 30.9 | 16.02 | 17.99 | - |
| YUV | 90.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 116 | 0 | 0.89 | 0.46 | 0.16 | 330.63 | 0.81 | 0.46 |
| Hex | D5 | 17 | 74 | 0 | 59 | 2E | 10 | 14B | 51 | 2E |
| Octal | 325 | 27 | 164 | 0 | 131 | 56 | 20 | 513 | 121 | 56 |
| Binary | 11010101 | 10111 | 1110100 | 0 | 1011001 | 101110 | 10000 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D51774
Complementary color
Monochromatic Colors of #D51774
Black with #D51774
Text Example
Text Example
White with #D51774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51774; }
p { color: rgb(213,23,116); }
H1.HeaderClassName
{
color: #D51774;
}
.AnyTagClassName
{
color: #D51774;
}
</style>
background-color css
<style>
a { background-color: #D51774; }
a { background-color: rgb(213,23,116); }
div.DivClassName
{
background-color: #D51774;
}
.BgClassName
{
background-color: #D51774;
}
</style>
border-color css
<style>
span { border-color: #D51774; }
span { border-color: rgb(213,23,116); }
td.TdClassName
{
border-color: #D51774;
}
.TagClassName
{
border-color: #D51774;
}
</style>