Shades of Medium Violet Red #D50077
Tints of Medium Violet Red #D50077
RGB
CMYK
RGB Variations
Color information
#D50077 (or 0xD50077) is known color: Medium Violet Red. HEX triplet: D5, 00 and 77. RGB value is (213,0,119). Sum of RGB (Red+Green+Blue) = 213+0+119=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D50077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50077 is #2AFF88. Grayscale: #4C4C4C. Windows color (decimal): -2817929 or 7798997. OLE color: 7798997.
HSL color Cylindrical-coordinate representation of color #D50077: hue angle of 326.48º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50077 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.44 | 0.16 |
| HSL | 326.48º | 1% | 0.42% | - |
| HSV(B) | 326.48º | 1% | 0.84% | - |
| XYZ | 30.77 | 15.48 | 18.82 | - |
| YUV | 77.25 | 151.57 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 119 | 0 | 1 | 0.44 | 0.16 | 326.48 | 1 | 0.42 |
| Hex | D5 | 0 | 77 | 0 | 64 | 2C | 10 | 146 | 64 | 2A |
| Octal | 325 | 0 | 167 | 0 | 144 | 54 | 20 | 506 | 144 | 52 |
| Binary | 11010101 | 0 | 1110111 | 0 | 1100100 | 101100 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D50077
Complementary color
Monochromatic Colors of #D50077
Black with #D50077
Text Example
Text Example
White with #D50077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50077; }
p { color: rgb(213,0,119); }
H1.HeaderClassName
{
color: #D50077;
}
.AnyTagClassName
{
color: #D50077;
}
</style>
background-color css
<style>
a { background-color: #D50077; }
a { background-color: rgb(213,0,119); }
div.DivClassName
{
background-color: #D50077;
}
.BgClassName
{
background-color: #D50077;
}
</style>
border-color css
<style>
span { border-color: #D50077; }
span { border-color: rgb(213,0,119); }
td.TdClassName
{
border-color: #D50077;
}
.TagClassName
{
border-color: #D50077;
}
</style>