Shades of Medium Violet Red #D50576
Tints of Medium Violet Red #D50576
RGB
CMYK
RGB Variations
Color information
#D50576 (or 0xD50576) is known color: Medium Violet Red. HEX triplet: D5, 05 and 76. RGB value is (213,5,118). Sum of RGB (Red+Green+Blue) = 213+5+118=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D50576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50576 is #2AFA89. Grayscale: #4F4F4F. Windows color (decimal): -2816650 or 7734741. OLE color: 7734741.
HSL color Cylindrical-coordinate representation of color #D50576: hue angle of 327.4º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50576 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.16 |
| HSL | 327.4º | 0.95% | 0.43% | - |
| HSV(B) | 327.4º | 0.98% | 0.84% | - |
| XYZ | 30.76 | 15.56 | 18.52 | - |
| YUV | 80.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 118 | 0 | 0.98 | 0.45 | 0.16 | 327.4 | 0.95 | 0.43 |
| Hex | D5 | 5 | 76 | 0 | 62 | 2D | 10 | 147 | 5F | 2B |
| Octal | 325 | 5 | 166 | 0 | 142 | 55 | 20 | 507 | 137 | 53 |
| Binary | 11010101 | 101 | 1110110 | 0 | 1100010 | 101101 | 10000 | 101000111 | 1011111 | 101011 |
Color Harmonies of #D50576
Complementary color
Monochromatic Colors of #D50576
Black with #D50576
Text Example
Text Example
White with #D50576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50576; }
p { color: rgb(213,5,118); }
H1.HeaderClassName
{
color: #D50576;
}
.AnyTagClassName
{
color: #D50576;
}
</style>
background-color css
<style>
a { background-color: #D50576; }
a { background-color: rgb(213,5,118); }
div.DivClassName
{
background-color: #D50576;
}
.BgClassName
{
background-color: #D50576;
}
</style>
border-color css
<style>
span { border-color: #D50576; }
span { border-color: rgb(213,5,118); }
td.TdClassName
{
border-color: #D50576;
}
.TagClassName
{
border-color: #D50576;
}
</style>