Shades of Medium Violet Red #D7078A
Tints of Medium Violet Red #D7078A
RGB
CMYK
RGB Variations
Color information
#D7078A (or 0xD7078A) is known color: Medium Violet Red. HEX triplet: D7, 07 and 8A. RGB value is (215,7,138). Sum of RGB (Red+Green+Blue) = 215+7+138=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7078A is #28F875. Grayscale: #535353. Windows color (decimal): -2685046 or 9045975. OLE color: 9045975.
HSL color Cylindrical-coordinate representation of color #D7078A: hue angle of 322.21º 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 #D7078A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 138 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.16 |
| HSL | 322.21º | 0.94% | 0.44% | - |
| HSV(B) | 322.21º | 0.97% | 0.84% | - |
| XYZ | 32.69 | 16.43 | 25.49 | - |
| YUV | 84.13 | 158.41 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 138 | 0 | 0.97 | 0.36 | 0.16 | 322.21 | 0.94 | 0.44 |
| Hex | D7 | 7 | 8A | 0 | 61 | 24 | 10 | 142 | 5E | 2C |
| Octal | 327 | 7 | 212 | 0 | 141 | 44 | 20 | 502 | 136 | 54 |
| Binary | 11010111 | 111 | 10001010 | 0 | 1100001 | 100100 | 10000 | 101000010 | 1011110 | 101100 |
Color Harmonies of #D7078A
Complementary color
Monochromatic Colors of #D7078A
Black with #D7078A
Text Example
Text Example
White with #D7078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7078A; }
p { color: rgb(215,7,138); }
H1.HeaderClassName
{
color: #D7078A;
}
.AnyTagClassName
{
color: #D7078A;
}
</style>
background-color css
<style>
a { background-color: #D7078A; }
a { background-color: rgb(215,7,138); }
div.DivClassName
{
background-color: #D7078A;
}
.BgClassName
{
background-color: #D7078A;
}
</style>
border-color css
<style>
span { border-color: #D7078A; }
span { border-color: rgb(215,7,138); }
td.TdClassName
{
border-color: #D7078A;
}
.TagClassName
{
border-color: #D7078A;
}
</style>