Shades of Medium Violet Red #D50476
Tints of Medium Violet Red #D50476
RGB
CMYK
RGB Variations
Color information
#D50476 (or 0xD50476) is known color: Medium Violet Red. HEX triplet: D5, 04 and 76. RGB value is (213,4,118). Sum of RGB (Red+Green+Blue) = 213+4+118=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D50476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50476 is #2AFB89. Grayscale: #4F4F4F. Windows color (decimal): -2816906 or 7734485. OLE color: 7734485.
HSL color Cylindrical-coordinate representation of color #D50476: hue angle of 327.27º degrees, saturation: 0.96, 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 #D50476 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.16 |
| HSL | 327.27º | 0.96% | 0.43% | - |
| HSV(B) | 327.27º | 0.98% | 0.84% | - |
| XYZ | 30.75 | 15.54 | 18.52 | - |
| YUV | 79.49 | 149.74 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 118 | 0 | 0.98 | 0.45 | 0.16 | 327.27 | 0.96 | 0.43 |
| Hex | D5 | 4 | 76 | 0 | 62 | 2D | 10 | 147 | 60 | 2B |
| Octal | 325 | 4 | 166 | 0 | 142 | 55 | 20 | 507 | 140 | 53 |
| Binary | 11010101 | 100 | 1110110 | 0 | 1100010 | 101101 | 10000 | 101000111 | 1100000 | 101011 |
Color Harmonies of #D50476
Complementary color
Monochromatic Colors of #D50476
Black with #D50476
Text Example
Text Example
White with #D50476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50476; }
p { color: rgb(213,4,118); }
H1.HeaderClassName
{
color: #D50476;
}
.AnyTagClassName
{
color: #D50476;
}
</style>
background-color css
<style>
a { background-color: #D50476; }
a { background-color: rgb(213,4,118); }
div.DivClassName
{
background-color: #D50476;
}
.BgClassName
{
background-color: #D50476;
}
</style>
border-color css
<style>
span { border-color: #D50476; }
span { border-color: rgb(213,4,118); }
td.TdClassName
{
border-color: #D50476;
}
.TagClassName
{
border-color: #D50476;
}
</style>