Shades of Medium Violet Red #D90778
Tints of Medium Violet Red #D90778
RGB
CMYK
RGB Variations
Color information
#D90778 (or 0xD90778) is known color: Medium Violet Red. HEX triplet: D9, 07 and 78. RGB value is (217,7,120). Sum of RGB (Red+Green+Blue) = 217+7+120=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D90778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90778 is #26F887. Grayscale: #525252. Windows color (decimal): -2553992 or 7866329. OLE color: 7866329.
HSL color Cylindrical-coordinate representation of color #D90778: hue angle of 327.71º 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 #D90778 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 120 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.15 |
| HSL | 327.71º | 0.94% | 0.44% | - |
| HSV(B) | 327.71º | 0.97% | 0.85% | - |
| XYZ | 32.08 | 16.26 | 19.22 | - |
| YUV | 82.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 120 | 0 | 0.97 | 0.45 | 0.15 | 327.71 | 0.94 | 0.44 |
| Hex | D9 | 7 | 78 | 0 | 61 | 2D | F | 148 | 5E | 2C |
| Octal | 331 | 7 | 170 | 0 | 141 | 55 | 17 | 510 | 136 | 54 |
| Binary | 11011001 | 111 | 1111000 | 0 | 1100001 | 101101 | 1111 | 101001000 | 1011110 | 101100 |
Color Harmonies of #D90778
Complementary color
Monochromatic Colors of #D90778
Black with #D90778
Text Example
Text Example
White with #D90778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90778; }
p { color: rgb(217,7,120); }
H1.HeaderClassName
{
color: #D90778;
}
.AnyTagClassName
{
color: #D90778;
}
</style>
background-color css
<style>
a { background-color: #D90778; }
a { background-color: rgb(217,7,120); }
div.DivClassName
{
background-color: #D90778;
}
.BgClassName
{
background-color: #D90778;
}
</style>
border-color css
<style>
span { border-color: #D90778; }
span { border-color: rgb(217,7,120); }
td.TdClassName
{
border-color: #D90778;
}
.TagClassName
{
border-color: #D90778;
}
</style>