Shades of Medium Violet Red #D9077D
Tints of Medium Violet Red #D9077D
RGB
CMYK
RGB Variations
Color information
#D9077D (or 0xD9077D) is known color: Medium Violet Red. HEX triplet: D9, 07 and 7D. RGB value is (217,7,125). Sum of RGB (Red+Green+Blue) = 217+7+125=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9077D is #26F882. Grayscale: #525252. Windows color (decimal): -2553987 or 8194009. OLE color: 8194009.
HSL color Cylindrical-coordinate representation of color #D9077D: hue angle of 326.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9077D is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.15 |
| HSL | 326.29º | 0.94% | 0.44% | - |
| HSV(B) | 326.29º | 0.97% | 0.85% | - |
| XYZ | 32.39 | 16.38 | 20.86 | - |
| YUV | 83.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 125 | 0 | 0.97 | 0.42 | 0.15 | 326.29 | 0.94 | 0.44 |
| Hex | D9 | 7 | 7D | 0 | 61 | 2A | F | 146 | 5E | 2C |
| Octal | 331 | 7 | 175 | 0 | 141 | 52 | 17 | 506 | 136 | 54 |
| Binary | 11011001 | 111 | 1111101 | 0 | 1100001 | 101010 | 1111 | 101000110 | 1011110 | 101100 |
Color Harmonies of #D9077D
Complementary color
Monochromatic Colors of #D9077D
Black with #D9077D
Text Example
Text Example
White with #D9077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9077D; }
p { color: rgb(217,7,125); }
H1.HeaderClassName
{
color: #D9077D;
}
.AnyTagClassName
{
color: #D9077D;
}
</style>
background-color css
<style>
a { background-color: #D9077D; }
a { background-color: rgb(217,7,125); }
div.DivClassName
{
background-color: #D9077D;
}
.BgClassName
{
background-color: #D9077D;
}
</style>
border-color css
<style>
span { border-color: #D9077D; }
span { border-color: rgb(217,7,125); }
td.TdClassName
{
border-color: #D9077D;
}
.TagClassName
{
border-color: #D9077D;
}
</style>