Shades of Medium Violet Red #D90792
Tints of Medium Violet Red #D90792
RGB
CMYK
RGB Variations
Color information
#D90792 (or 0xD90792) is known color: Medium Violet Red. HEX triplet: D9, 07 and 92. RGB value is (217,7,146). Sum of RGB (Red+Green+Blue) = 217+7+146=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D90792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90792 is #26F86D. Grayscale: #555555. Windows color (decimal): -2553966 or 9570265. OLE color: 9570265.
HSL color Cylindrical-coordinate representation of color #D90792: hue angle of 320.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 #D90792 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 146 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.15 |
| HSL | 320.29º | 0.94% | 0.44% | - |
| HSV(B) | 320.29º | 0.97% | 0.85% | - |
| XYZ | 33.88 | 16.98 | 28.69 | - |
| YUV | 85.64 | 162.07 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 146 | 0 | 0.97 | 0.33 | 0.15 | 320.29 | 0.94 | 0.44 |
| Hex | D9 | 7 | 92 | 0 | 61 | 21 | F | 140 | 5E | 2C |
| Octal | 331 | 7 | 222 | 0 | 141 | 41 | 17 | 500 | 136 | 54 |
| Binary | 11011001 | 111 | 10010010 | 0 | 1100001 | 100001 | 1111 | 101000000 | 1011110 | 101100 |
Color Harmonies of #D90792
Complementary color
Monochromatic Colors of #D90792
Black with #D90792
Text Example
Text Example
White with #D90792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90792; }
p { color: rgb(217,7,146); }
H1.HeaderClassName
{
color: #D90792;
}
.AnyTagClassName
{
color: #D90792;
}
</style>
background-color css
<style>
a { background-color: #D90792; }
a { background-color: rgb(217,7,146); }
div.DivClassName
{
background-color: #D90792;
}
.BgClassName
{
background-color: #D90792;
}
</style>
border-color css
<style>
span { border-color: #D90792; }
span { border-color: rgb(217,7,146); }
td.TdClassName
{
border-color: #D90792;
}
.TagClassName
{
border-color: #D90792;
}
</style>