Shades of Medium Violet Red #D51576
Tints of Medium Violet Red #D51576
RGB
CMYK
RGB Variations
Color information
#D51576 (or 0xD51576) is known color: Medium Violet Red. HEX triplet: D5, 15 and 76. RGB value is (213,21,118). Sum of RGB (Red+Green+Blue) = 213+21+118=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D51576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51576 is #2AEA89. Grayscale: #595959. Windows color (decimal): -2812554 or 7738837. OLE color: 7738837.
HSL color Cylindrical-coordinate representation of color #D51576: hue angle of 329.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51576 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 118 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.16 |
| HSL | 329.69º | 0.82% | 0.46% | - |
| HSV(B) | 329.69º | 0.9% | 0.84% | - |
| XYZ | 30.98 | 15.99 | 18.59 | - |
| YUV | 89.47 | 144.11 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 118 | 0 | 0.90 | 0.45 | 0.16 | 329.69 | 0.82 | 0.46 |
| Hex | D5 | 15 | 76 | 0 | 5A | 2D | 10 | 14A | 52 | 2E |
| Octal | 325 | 25 | 166 | 0 | 132 | 55 | 20 | 512 | 122 | 56 |
| Binary | 11010101 | 10101 | 1110110 | 0 | 1011010 | 101101 | 10000 | 101001010 | 1010010 | 101110 |
Color Harmonies of #D51576
Complementary color
Monochromatic Colors of #D51576
Black with #D51576
Text Example
Text Example
White with #D51576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51576; }
p { color: rgb(213,21,118); }
H1.HeaderClassName
{
color: #D51576;
}
.AnyTagClassName
{
color: #D51576;
}
</style>
background-color css
<style>
a { background-color: #D51576; }
a { background-color: rgb(213,21,118); }
div.DivClassName
{
background-color: #D51576;
}
.BgClassName
{
background-color: #D51576;
}
</style>
border-color css
<style>
span { border-color: #D51576; }
span { border-color: rgb(213,21,118); }
td.TdClassName
{
border-color: #D51576;
}
.TagClassName
{
border-color: #D51576;
}
</style>