Shades of Medium Violet Red #D70F7E
Tints of Medium Violet Red #D70F7E
RGB
CMYK
RGB Variations
Color information
#D70F7E (or 0xD70F7E) is known color: Medium Violet Red. HEX triplet: D7, 0F and 7E. RGB value is (215,15,126). Sum of RGB (Red+Green+Blue) = 215+15+126=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F7E is #28F081. Grayscale: #575757. Windows color (decimal): -2683010 or 8261591. OLE color: 8261591.
HSL color Cylindrical-coordinate representation of color #D70F7E: hue angle of 326.7º 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 #D70F7E is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 126 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.16 |
| HSL | 326.7º | 0.87% | 0.45% | - |
| HSV(B) | 326.7º | 0.93% | 0.84% | - |
| XYZ | 31.96 | 16.3 | 21.2 | - |
| YUV | 87.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 126 | 0 | 0.93 | 0.41 | 0.16 | 326.7 | 0.87 | 0.45 |
| Hex | D7 | F | 7E | 0 | 5D | 29 | 10 | 147 | 57 | 2D |
| Octal | 327 | 17 | 176 | 0 | 135 | 51 | 20 | 507 | 127 | 55 |
| Binary | 11010111 | 1111 | 1111110 | 0 | 1011101 | 101001 | 10000 | 101000111 | 1010111 | 101101 |
Color Harmonies of #D70F7E
Complementary color
Monochromatic Colors of #D70F7E
Black with #D70F7E
Text Example
Text Example
White with #D70F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F7E; }
p { color: rgb(215,15,126); }
H1.HeaderClassName
{
color: #D70F7E;
}
.AnyTagClassName
{
color: #D70F7E;
}
</style>
background-color css
<style>
a { background-color: #D70F7E; }
a { background-color: rgb(215,15,126); }
div.DivClassName
{
background-color: #D70F7E;
}
.BgClassName
{
background-color: #D70F7E;
}
</style>
border-color css
<style>
span { border-color: #D70F7E; }
span { border-color: rgb(215,15,126); }
td.TdClassName
{
border-color: #D70F7E;
}
.TagClassName
{
border-color: #D70F7E;
}
</style>