Shades of Medium Violet Red #D70E9A
Tints of Medium Violet Red #D70E9A
RGB
CMYK
RGB Variations
Color information
#D70E9A (or 0xD70E9A) is known color: Medium Violet Red. HEX triplet: D7, 0E and 9A. RGB value is (215,14,154). Sum of RGB (Red+Green+Blue) = 215+14+154=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E9A is #28F165. Grayscale: #595959. Windows color (decimal): -2683238 or 10096343. OLE color: 10096343.
HSL color Cylindrical-coordinate representation of color #D70E9A: hue angle of 318.21º 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 #D70E9A is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 154 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.16 |
| HSL | 318.21º | 0.88% | 0.45% | - |
| HSV(B) | 318.21º | 0.93% | 0.84% | - |
| XYZ | 34.01 | 17.09 | 32.08 | - |
| YUV | 90.06 | 164.09 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 154 | 0 | 0.93 | 0.28 | 0.16 | 318.21 | 0.88 | 0.45 |
| Hex | D7 | E | 9A | 0 | 5D | 1C | 10 | 13E | 58 | 2D |
| Octal | 327 | 16 | 232 | 0 | 135 | 34 | 20 | 476 | 130 | 55 |
| Binary | 11010111 | 1110 | 10011010 | 0 | 1011101 | 11100 | 10000 | 100111110 | 1011000 | 101101 |
Color Harmonies of #D70E9A
Complementary color
Monochromatic Colors of #D70E9A
Black with #D70E9A
Text Example
Text Example
White with #D70E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E9A; }
p { color: rgb(215,14,154); }
H1.HeaderClassName
{
color: #D70E9A;
}
.AnyTagClassName
{
color: #D70E9A;
}
</style>
background-color css
<style>
a { background-color: #D70E9A; }
a { background-color: rgb(215,14,154); }
div.DivClassName
{
background-color: #D70E9A;
}
.BgClassName
{
background-color: #D70E9A;
}
</style>
border-color css
<style>
span { border-color: #D70E9A; }
span { border-color: rgb(215,14,154); }
td.TdClassName
{
border-color: #D70E9A;
}
.TagClassName
{
border-color: #D70E9A;
}
</style>