Shades of Medium Violet Red #D70F93
Tints of Medium Violet Red #D70F93
RGB
CMYK
RGB Variations
Color information
#D70F93 (or 0xD70F93) is known color: Medium Violet Red. HEX triplet: D7, 0F and 93. RGB value is (215,15,147). Sum of RGB (Red+Green+Blue) = 215+15+147=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F93 is #28F06C. Grayscale: #595959. Windows color (decimal): -2682989 or 9637847. OLE color: 9637847.
HSL color Cylindrical-coordinate representation of color #D70F93: hue angle of 320.4º 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 #D70F93 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 147 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.16 |
| HSL | 320.4º | 0.87% | 0.45% | - |
| HSV(B) | 320.4º | 0.93% | 0.84% | - |
| XYZ | 33.46 | 16.9 | 29.1 | - |
| YUV | 89.85 | 160.26 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 147 | 0 | 0.93 | 0.32 | 0.16 | 320.4 | 0.87 | 0.45 |
| Hex | D7 | F | 93 | 0 | 5D | 20 | 10 | 140 | 57 | 2D |
| Octal | 327 | 17 | 223 | 0 | 135 | 40 | 20 | 500 | 127 | 55 |
| Binary | 11010111 | 1111 | 10010011 | 0 | 1011101 | 100000 | 10000 | 101000000 | 1010111 | 101101 |
Color Harmonies of #D70F93
Complementary color
Monochromatic Colors of #D70F93
Black with #D70F93
Text Example
Text Example
White with #D70F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F93; }
p { color: rgb(215,15,147); }
H1.HeaderClassName
{
color: #D70F93;
}
.AnyTagClassName
{
color: #D70F93;
}
</style>
background-color css
<style>
a { background-color: #D70F93; }
a { background-color: rgb(215,15,147); }
div.DivClassName
{
background-color: #D70F93;
}
.BgClassName
{
background-color: #D70F93;
}
</style>
border-color css
<style>
span { border-color: #D70F93; }
span { border-color: rgb(215,15,147); }
td.TdClassName
{
border-color: #D70F93;
}
.TagClassName
{
border-color: #D70F93;
}
</style>