Shades of Medium Violet Red #D70F77
Tints of Medium Violet Red #D70F77
RGB
CMYK
RGB Variations
Color information
#D70F77 (or 0xD70F77) is known color: Medium Violet Red. HEX triplet: D7, 0F and 77. RGB value is (215,15,119). Sum of RGB (Red+Green+Blue) = 215+15+119=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F77 is #28F088. Grayscale: #565656. Windows color (decimal): -2683017 or 7802839. OLE color: 7802839.
HSL color Cylindrical-coordinate representation of color #D70F77: hue angle of 328.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F77 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 119 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.16 |
| HSL | 328.8º | 0.87% | 0.45% | - |
| HSV(B) | 328.8º | 0.93% | 0.84% | - |
| XYZ | 31.52 | 16.12 | 18.9 | - |
| YUV | 86.66 | 146.26 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 119 | 0 | 0.93 | 0.45 | 0.16 | 328.8 | 0.87 | 0.45 |
| Hex | D7 | F | 77 | 0 | 5D | 2D | 10 | 149 | 57 | 2D |
| Octal | 327 | 17 | 167 | 0 | 135 | 55 | 20 | 511 | 127 | 55 |
| Binary | 11010111 | 1111 | 1110111 | 0 | 1011101 | 101101 | 10000 | 101001001 | 1010111 | 101101 |
Color Harmonies of #D70F77
Complementary color
Monochromatic Colors of #D70F77
Black with #D70F77
Text Example
Text Example
White with #D70F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F77; }
p { color: rgb(215,15,119); }
H1.HeaderClassName
{
color: #D70F77;
}
.AnyTagClassName
{
color: #D70F77;
}
</style>
background-color css
<style>
a { background-color: #D70F77; }
a { background-color: rgb(215,15,119); }
div.DivClassName
{
background-color: #D70F77;
}
.BgClassName
{
background-color: #D70F77;
}
</style>
border-color css
<style>
span { border-color: #D70F77; }
span { border-color: rgb(215,15,119); }
td.TdClassName
{
border-color: #D70F77;
}
.TagClassName
{
border-color: #D70F77;
}
</style>