Shades of Medium Violet Red #D70FA0
Tints of Medium Violet Red #D70FA0
RGB
CMYK
RGB Variations
Color information
#D70FA0 (or 0xD70FA0) is known color: Medium Violet Red. HEX triplet: D7, 0F and A0. RGB value is (215,15,160). Sum of RGB (Red+Green+Blue) = 215+15+160=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70FA0 is #28F05F. Grayscale: #5A5A5A. Windows color (decimal): -2682976 or 10489815. OLE color: 10489815.
HSL color Cylindrical-coordinate representation of color #D70FA0: hue angle of 316.5º 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 #D70FA0 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 160 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.16 |
| HSL | 316.5º | 0.87% | 0.45% | - |
| HSV(B) | 316.5º | 0.93% | 0.84% | - |
| XYZ | 34.54 | 17.33 | 34.78 | - |
| YUV | 91.33 | 166.76 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 160 | 0 | 0.93 | 0.26 | 0.16 | 316.5 | 0.87 | 0.45 |
| Hex | D7 | F | A0 | 0 | 5D | 1A | 10 | 13C | 57 | 2D |
| Octal | 327 | 17 | 240 | 0 | 135 | 32 | 20 | 474 | 127 | 55 |
| Binary | 11010111 | 1111 | 10100000 | 0 | 1011101 | 11010 | 10000 | 100111100 | 1010111 | 101101 |
Color Harmonies of #D70FA0
Complementary color
Monochromatic Colors of #D70FA0
Black with #D70FA0
Text Example
Text Example
White with #D70FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FA0; }
p { color: rgb(215,15,160); }
H1.HeaderClassName
{
color: #D70FA0;
}
.AnyTagClassName
{
color: #D70FA0;
}
</style>
background-color css
<style>
a { background-color: #D70FA0; }
a { background-color: rgb(215,15,160); }
div.DivClassName
{
background-color: #D70FA0;
}
.BgClassName
{
background-color: #D70FA0;
}
</style>
border-color css
<style>
span { border-color: #D70FA0; }
span { border-color: rgb(215,15,160); }
td.TdClassName
{
border-color: #D70FA0;
}
.TagClassName
{
border-color: #D70FA0;
}
</style>