Shades of Medium Violet Red #D51476
Tints of Medium Violet Red #D51476
RGB
CMYK
RGB Variations
Color information
#D51476 (or 0xD51476) is known color: Medium Violet Red. HEX triplet: D5, 14 and 76. RGB value is (213,20,118). Sum of RGB (Red+Green+Blue) = 213+20+118=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D51476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51476 is #2AEB89. Grayscale: #585858. Windows color (decimal): -2812810 or 7738581. OLE color: 7738581.
HSL color Cylindrical-coordinate representation of color #D51476: hue angle of 329.53º 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 #D51476 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 118 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.16 |
| HSL | 329.53º | 0.83% | 0.46% | - |
| HSV(B) | 329.53º | 0.91% | 0.84% | - |
| XYZ | 30.96 | 15.95 | 18.59 | - |
| YUV | 88.88 | 144.44 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 118 | 0 | 0.91 | 0.45 | 0.16 | 329.53 | 0.83 | 0.46 |
| Hex | D5 | 14 | 76 | 0 | 5B | 2D | 10 | 14A | 53 | 2E |
| Octal | 325 | 24 | 166 | 0 | 133 | 55 | 20 | 512 | 123 | 56 |
| Binary | 11010101 | 10100 | 1110110 | 0 | 1011011 | 101101 | 10000 | 101001010 | 1010011 | 101110 |
Color Harmonies of #D51476
Complementary color
Monochromatic Colors of #D51476
Black with #D51476
Text Example
Text Example
White with #D51476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51476; }
p { color: rgb(213,20,118); }
H1.HeaderClassName
{
color: #D51476;
}
.AnyTagClassName
{
color: #D51476;
}
</style>
background-color css
<style>
a { background-color: #D51476; }
a { background-color: rgb(213,20,118); }
div.DivClassName
{
background-color: #D51476;
}
.BgClassName
{
background-color: #D51476;
}
</style>
border-color css
<style>
span { border-color: #D51476; }
span { border-color: rgb(213,20,118); }
td.TdClassName
{
border-color: #D51476;
}
.TagClassName
{
border-color: #D51476;
}
</style>