Shades of Medium Violet Red #D70077
Tints of Medium Violet Red #D70077
RGB
CMYK
RGB Variations
Color information
#D70077 (or 0xD70077) is known color: Medium Violet Red. HEX triplet: D7, 00 and 77. RGB value is (215,0,119). Sum of RGB (Red+Green+Blue) = 215+0+119=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D70077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70077 is #28FF88. Grayscale: #4D4D4D. Windows color (decimal): -2686857 or 7798999. OLE color: 7798999.
HSL color Cylindrical-coordinate representation of color #D70077: hue angle of 326.79º 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 #D70077 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.45 | 0.16 |
| HSL | 326.79º | 1% | 0.42% | - |
| HSV(B) | 326.79º | 1% | 0.84% | - |
| XYZ | 31.35 | 15.78 | 18.85 | - |
| YUV | 77.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 119 | 0 | 1 | 0.45 | 0.16 | 326.79 | 1 | 0.42 |
| Hex | D7 | 0 | 77 | 0 | 64 | 2D | 10 | 147 | 64 | 2A |
| Octal | 327 | 0 | 167 | 0 | 144 | 55 | 20 | 507 | 144 | 52 |
| Binary | 11010111 | 0 | 1110111 | 0 | 1100100 | 101101 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D70077
Complementary color
Monochromatic Colors of #D70077
Black with #D70077
Text Example
Text Example
White with #D70077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70077; }
p { color: rgb(215,0,119); }
H1.HeaderClassName
{
color: #D70077;
}
.AnyTagClassName
{
color: #D70077;
}
</style>
background-color css
<style>
a { background-color: #D70077; }
a { background-color: rgb(215,0,119); }
div.DivClassName
{
background-color: #D70077;
}
.BgClassName
{
background-color: #D70077;
}
</style>
border-color css
<style>
span { border-color: #D70077; }
span { border-color: rgb(215,0,119); }
td.TdClassName
{
border-color: #D70077;
}
.TagClassName
{
border-color: #D70077;
}
</style>