Shades of Medium Violet Red #D7078D
Tints of Medium Violet Red #D7078D
RGB
CMYK
RGB Variations
Color information
#D7078D (or 0xD7078D) is known color: Medium Violet Red. HEX triplet: D7, 07 and 8D. RGB value is (215,7,141). Sum of RGB (Red+Green+Blue) = 215+7+141=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7078D is #28F872. Grayscale: #545454. Windows color (decimal): -2685043 or 9242583. OLE color: 9242583.
HSL color Cylindrical-coordinate representation of color #D7078D: hue angle of 321.35º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7078D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.16 |
| HSL | 321.35º | 0.94% | 0.44% | - |
| HSV(B) | 321.35º | 0.97% | 0.84% | - |
| XYZ | 32.91 | 16.52 | 26.65 | - |
| YUV | 84.47 | 159.91 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 141 | 0 | 0.97 | 0.34 | 0.16 | 321.35 | 0.94 | 0.44 |
| Hex | D7 | 7 | 8D | 0 | 61 | 22 | 10 | 141 | 5E | 2C |
| Octal | 327 | 7 | 215 | 0 | 141 | 42 | 20 | 501 | 136 | 54 |
| Binary | 11010111 | 111 | 10001101 | 0 | 1100001 | 100010 | 10000 | 101000001 | 1011110 | 101100 |
Color Harmonies of #D7078D
Complementary color
Monochromatic Colors of #D7078D
Black with #D7078D
Text Example
Text Example
White with #D7078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7078D; }
p { color: rgb(215,7,141); }
H1.HeaderClassName
{
color: #D7078D;
}
.AnyTagClassName
{
color: #D7078D;
}
</style>
background-color css
<style>
a { background-color: #D7078D; }
a { background-color: rgb(215,7,141); }
div.DivClassName
{
background-color: #D7078D;
}
.BgClassName
{
background-color: #D7078D;
}
</style>
border-color css
<style>
span { border-color: #D7078D; }
span { border-color: rgb(215,7,141); }
td.TdClassName
{
border-color: #D7078D;
}
.TagClassName
{
border-color: #D7078D;
}
</style>