Shades of Medium Violet Red #D70079
Tints of Medium Violet Red #D70079
RGB
CMYK
RGB Variations
Color information
#D70079 (or 0xD70079) is known color: Medium Violet Red. HEX triplet: D7, 00 and 79. RGB value is (215,0,121). Sum of RGB (Red+Green+Blue) = 215+0+121=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D70079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70079 is #28FF86. Grayscale: #4D4D4D. Windows color (decimal): -2686855 or 7930071. OLE color: 7930071.
HSL color Cylindrical-coordinate representation of color #D70079: hue angle of 326.23º 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 #D70079 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.44 | 0.16 |
| HSL | 326.23º | 1% | 0.42% | - |
| HSV(B) | 326.23º | 1% | 0.84% | - |
| XYZ | 31.48 | 15.83 | 19.49 | - |
| YUV | 78.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 121 | 0 | 1 | 0.44 | 0.16 | 326.23 | 1 | 0.42 |
| Hex | D7 | 0 | 79 | 0 | 64 | 2C | 10 | 146 | 64 | 2A |
| Octal | 327 | 0 | 171 | 0 | 144 | 54 | 20 | 506 | 144 | 52 |
| Binary | 11010111 | 0 | 1111001 | 0 | 1100100 | 101100 | 10000 | 101000110 | 1100100 | 101010 |
Color Harmonies of #D70079
Complementary color
Monochromatic Colors of #D70079
Black with #D70079
Text Example
Text Example
White with #D70079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70079; }
p { color: rgb(215,0,121); }
H1.HeaderClassName
{
color: #D70079;
}
.AnyTagClassName
{
color: #D70079;
}
</style>
background-color css
<style>
a { background-color: #D70079; }
a { background-color: rgb(215,0,121); }
div.DivClassName
{
background-color: #D70079;
}
.BgClassName
{
background-color: #D70079;
}
</style>
border-color css
<style>
span { border-color: #D70079; }
span { border-color: rgb(215,0,121); }
td.TdClassName
{
border-color: #D70079;
}
.TagClassName
{
border-color: #D70079;
}
</style>