Shades of Medium Violet Red #D51775
Tints of Medium Violet Red #D51775
RGB
CMYK
RGB Variations
Color information
#D51775 (or 0xD51775) is known color: Medium Violet Red. HEX triplet: D5, 17 and 75. RGB value is (213,23,117). Sum of RGB (Red+Green+Blue) = 213+23+117=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D51775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51775 is #2AE88A. Grayscale: #5A5A5A. Windows color (decimal): -2812043 or 7673813. OLE color: 7673813.
HSL color Cylindrical-coordinate representation of color #D51775: hue angle of 330.32º 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 #D51775 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 117 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.16 |
| HSL | 330.32º | 0.81% | 0.46% | - |
| HSV(B) | 330.32º | 0.89% | 0.84% | - |
| XYZ | 30.96 | 16.04 | 18.29 | - |
| YUV | 90.53 | 142.95 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 117 | 0 | 0.89 | 0.45 | 0.16 | 330.32 | 0.81 | 0.46 |
| Hex | D5 | 17 | 75 | 0 | 59 | 2D | 10 | 14A | 51 | 2E |
| Octal | 325 | 27 | 165 | 0 | 131 | 55 | 20 | 512 | 121 | 56 |
| Binary | 11010101 | 10111 | 1110101 | 0 | 1011001 | 101101 | 10000 | 101001010 | 1010001 | 101110 |
Color Harmonies of #D51775
Complementary color
Monochromatic Colors of #D51775
Black with #D51775
Text Example
Text Example
White with #D51775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51775; }
p { color: rgb(213,23,117); }
H1.HeaderClassName
{
color: #D51775;
}
.AnyTagClassName
{
color: #D51775;
}
</style>
background-color css
<style>
a { background-color: #D51775; }
a { background-color: rgb(213,23,117); }
div.DivClassName
{
background-color: #D51775;
}
.BgClassName
{
background-color: #D51775;
}
</style>
border-color css
<style>
span { border-color: #D51775; }
span { border-color: rgb(213,23,117); }
td.TdClassName
{
border-color: #D51775;
}
.TagClassName
{
border-color: #D51775;
}
</style>