Shades of Medium Violet Red #D70E7B
Tints of Medium Violet Red #D70E7B
RGB
CMYK
RGB Variations
Color information
#D70E7B (or 0xD70E7B) is known color: Medium Violet Red. HEX triplet: D7, 0E and 7B. RGB value is (215,14,123). Sum of RGB (Red+Green+Blue) = 215+14+123=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E7B is #28F184. Grayscale: #565656. Windows color (decimal): -2683269 or 8064727. OLE color: 8064727.
HSL color Cylindrical-coordinate representation of color #D70E7B: hue angle of 327.46º degrees, saturation: 0.88, 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 #D70E7B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.16 |
| HSL | 327.46º | 0.88% | 0.45% | - |
| HSV(B) | 327.46º | 0.93% | 0.84% | - |
| XYZ | 31.76 | 16.19 | 20.19 | - |
| YUV | 86.53 | 148.59 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 123 | 0 | 0.93 | 0.43 | 0.16 | 327.46 | 0.88 | 0.45 |
| Hex | D7 | E | 7B | 0 | 5D | 2B | 10 | 147 | 58 | 2D |
| Octal | 327 | 16 | 173 | 0 | 135 | 53 | 20 | 507 | 130 | 55 |
| Binary | 11010111 | 1110 | 1111011 | 0 | 1011101 | 101011 | 10000 | 101000111 | 1011000 | 101101 |
Color Harmonies of #D70E7B
Complementary color
Monochromatic Colors of #D70E7B
Black with #D70E7B
Text Example
Text Example
White with #D70E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E7B; }
p { color: rgb(215,14,123); }
H1.HeaderClassName
{
color: #D70E7B;
}
.AnyTagClassName
{
color: #D70E7B;
}
</style>
background-color css
<style>
a { background-color: #D70E7B; }
a { background-color: rgb(215,14,123); }
div.DivClassName
{
background-color: #D70E7B;
}
.BgClassName
{
background-color: #D70E7B;
}
</style>
border-color css
<style>
span { border-color: #D70E7B; }
span { border-color: rgb(215,14,123); }
td.TdClassName
{
border-color: #D70E7B;
}
.TagClassName
{
border-color: #D70E7B;
}
</style>