Shades of Medium Violet Red #D7077D
Tints of Medium Violet Red #D7077D
RGB
CMYK
RGB Variations
Color information
#D7077D (or 0xD7077D) is known color: Medium Violet Red. HEX triplet: D7, 07 and 7D. RGB value is (215,7,125). Sum of RGB (Red+Green+Blue) = 215+7+125=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7077D is #28F882. Grayscale: #525252. Windows color (decimal): -2685059 or 8194007. OLE color: 8194007.
HSL color Cylindrical-coordinate representation of color #D7077D: hue angle of 325.96º 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 #D7077D is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.16 |
| HSL | 325.96º | 0.94% | 0.44% | - |
| HSV(B) | 325.96º | 0.97% | 0.84% | - |
| XYZ | 31.8 | 16.08 | 20.83 | - |
| YUV | 82.64 | 151.91 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 125 | 0 | 0.97 | 0.42 | 0.16 | 325.96 | 0.94 | 0.44 |
| Hex | D7 | 7 | 7D | 0 | 61 | 2A | 10 | 146 | 5E | 2C |
| Octal | 327 | 7 | 175 | 0 | 141 | 52 | 20 | 506 | 136 | 54 |
| Binary | 11010111 | 111 | 1111101 | 0 | 1100001 | 101010 | 10000 | 101000110 | 1011110 | 101100 |
Color Harmonies of #D7077D
Complementary color
Monochromatic Colors of #D7077D
Black with #D7077D
Text Example
Text Example
White with #D7077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7077D; }
p { color: rgb(215,7,125); }
H1.HeaderClassName
{
color: #D7077D;
}
.AnyTagClassName
{
color: #D7077D;
}
</style>
background-color css
<style>
a { background-color: #D7077D; }
a { background-color: rgb(215,7,125); }
div.DivClassName
{
background-color: #D7077D;
}
.BgClassName
{
background-color: #D7077D;
}
</style>
border-color css
<style>
span { border-color: #D7077D; }
span { border-color: rgb(215,7,125); }
td.TdClassName
{
border-color: #D7077D;
}
.TagClassName
{
border-color: #D7077D;
}
</style>