Shades of Medium Violet Red #D90782
Tints of Medium Violet Red #D90782
RGB
CMYK
RGB Variations
Color information
#D90782 (or 0xD90782) is known color: Medium Violet Red. HEX triplet: D9, 07 and 82. RGB value is (217,7,130). Sum of RGB (Red+Green+Blue) = 217+7+130=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D90782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90782 is #26F87D. Grayscale: #535353. Windows color (decimal): -2553982 or 8521689. OLE color: 8521689.
HSL color Cylindrical-coordinate representation of color #D90782: hue angle of 324.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 #D90782 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.15 |
| HSL | 324.86º | 0.94% | 0.44% | - |
| HSV(B) | 324.86º | 0.97% | 0.85% | - |
| XYZ | 32.72 | 16.52 | 22.58 | - |
| YUV | 83.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 130 | 0 | 0.97 | 0.40 | 0.15 | 324.86 | 0.94 | 0.44 |
| Hex | D9 | 7 | 82 | 0 | 61 | 28 | F | 145 | 5E | 2C |
| Octal | 331 | 7 | 202 | 0 | 141 | 50 | 17 | 505 | 136 | 54 |
| Binary | 11011001 | 111 | 10000010 | 0 | 1100001 | 101000 | 1111 | 101000101 | 1011110 | 101100 |
Color Harmonies of #D90782
Complementary color
Monochromatic Colors of #D90782
Black with #D90782
Text Example
Text Example
White with #D90782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90782; }
p { color: rgb(217,7,130); }
H1.HeaderClassName
{
color: #D90782;
}
.AnyTagClassName
{
color: #D90782;
}
</style>
background-color css
<style>
a { background-color: #D90782; }
a { background-color: rgb(217,7,130); }
div.DivClassName
{
background-color: #D90782;
}
.BgClassName
{
background-color: #D90782;
}
</style>
border-color css
<style>
span { border-color: #D90782; }
span { border-color: rgb(217,7,130); }
td.TdClassName
{
border-color: #D90782;
}
.TagClassName
{
border-color: #D90782;
}
</style>