Shades of Medium Violet Red #D9077B
Tints of Medium Violet Red #D9077B
RGB
CMYK
RGB Variations
Color information
#D9077B (or 0xD9077B) is known color: Medium Violet Red. HEX triplet: D9, 07 and 7B. RGB value is (217,7,123). Sum of RGB (Red+Green+Blue) = 217+7+123=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9077B is #26F884. Grayscale: #525252. Windows color (decimal): -2553989 or 8062937. OLE color: 8062937.
HSL color Cylindrical-coordinate representation of color #D9077B: hue angle of 326.86º 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 #D9077B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.15 |
| HSL | 326.86º | 0.94% | 0.44% | - |
| HSV(B) | 326.86º | 0.97% | 0.85% | - |
| XYZ | 32.27 | 16.33 | 20.19 | - |
| YUV | 83.01 | 150.57 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 123 | 0 | 0.97 | 0.43 | 0.15 | 326.86 | 0.94 | 0.44 |
| Hex | D9 | 7 | 7B | 0 | 61 | 2B | F | 147 | 5E | 2C |
| Octal | 331 | 7 | 173 | 0 | 141 | 53 | 17 | 507 | 136 | 54 |
| Binary | 11011001 | 111 | 1111011 | 0 | 1100001 | 101011 | 1111 | 101000111 | 1011110 | 101100 |
Color Harmonies of #D9077B
Complementary color
Monochromatic Colors of #D9077B
Black with #D9077B
Text Example
Text Example
White with #D9077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9077B; }
p { color: rgb(217,7,123); }
H1.HeaderClassName
{
color: #D9077B;
}
.AnyTagClassName
{
color: #D9077B;
}
</style>
background-color css
<style>
a { background-color: #D9077B; }
a { background-color: rgb(217,7,123); }
div.DivClassName
{
background-color: #D9077B;
}
.BgClassName
{
background-color: #D9077B;
}
</style>
border-color css
<style>
span { border-color: #D9077B; }
span { border-color: rgb(217,7,123); }
td.TdClassName
{
border-color: #D9077B;
}
.TagClassName
{
border-color: #D9077B;
}
</style>