Shades of Medium Violet Red #D90779
Tints of Medium Violet Red #D90779
RGB
CMYK
RGB Variations
Color information
#D90779 (or 0xD90779) is known color: Medium Violet Red. HEX triplet: D9, 07 and 79. RGB value is (217,7,121). Sum of RGB (Red+Green+Blue) = 217+7+121=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D90779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90779 is #26F886. Grayscale: #525252. Windows color (decimal): -2553991 or 7931865. OLE color: 7931865.
HSL color Cylindrical-coordinate representation of color #D90779: hue angle of 327.43º 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 #D90779 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.15 |
| HSL | 327.43º | 0.94% | 0.44% | - |
| HSV(B) | 327.43º | 0.97% | 0.85% | - |
| XYZ | 32.14 | 16.28 | 19.54 | - |
| YUV | 82.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 121 | 0 | 0.97 | 0.44 | 0.15 | 327.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | 79 | 0 | 61 | 2C | F | 147 | 5E | 2C |
| Octal | 331 | 7 | 171 | 0 | 141 | 54 | 17 | 507 | 136 | 54 |
| Binary | 11011001 | 111 | 1111001 | 0 | 1100001 | 101100 | 1111 | 101000111 | 1011110 | 101100 |
Color Harmonies of #D90779
Complementary color
Monochromatic Colors of #D90779
Black with #D90779
Text Example
Text Example
White with #D90779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90779; }
p { color: rgb(217,7,121); }
H1.HeaderClassName
{
color: #D90779;
}
.AnyTagClassName
{
color: #D90779;
}
</style>
background-color css
<style>
a { background-color: #D90779; }
a { background-color: rgb(217,7,121); }
div.DivClassName
{
background-color: #D90779;
}
.BgClassName
{
background-color: #D90779;
}
</style>
border-color css
<style>
span { border-color: #D90779; }
span { border-color: rgb(217,7,121); }
td.TdClassName
{
border-color: #D90779;
}
.TagClassName
{
border-color: #D90779;
}
</style>