Shades of Medium Violet Red #D90880
Tints of Medium Violet Red #D90880
RGB
CMYK
RGB Variations
Color information
#D90880 (or 0xD90880) is known color: Medium Violet Red. HEX triplet: D9, 08 and 80. RGB value is (217,8,128). Sum of RGB (Red+Green+Blue) = 217+8+128=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D90880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90880 is #26F77F. Grayscale: #535353. Windows color (decimal): -2553728 or 8390873. OLE color: 8390873.
HSL color Cylindrical-coordinate representation of color #D90880: hue angle of 325.55º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90880 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.15 |
| HSL | 325.55º | 0.93% | 0.44% | - |
| HSV(B) | 325.55º | 0.96% | 0.85% | - |
| XYZ | 32.6 | 16.48 | 21.89 | - |
| YUV | 84.17 | 152.74 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 128 | 0 | 0.96 | 0.41 | 0.15 | 325.55 | 0.93 | 0.44 |
| Hex | D9 | 8 | 80 | 0 | 60 | 29 | F | 146 | 5D | 2C |
| Octal | 331 | 10 | 200 | 0 | 140 | 51 | 17 | 506 | 135 | 54 |
| Binary | 11011001 | 1000 | 10000000 | 0 | 1100000 | 101001 | 1111 | 101000110 | 1011101 | 101100 |
Color Harmonies of #D90880
Complementary color
Monochromatic Colors of #D90880
Black with #D90880
Text Example
Text Example
White with #D90880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90880; }
p { color: rgb(217,8,128); }
H1.HeaderClassName
{
color: #D90880;
}
.AnyTagClassName
{
color: #D90880;
}
</style>
background-color css
<style>
a { background-color: #D90880; }
a { background-color: rgb(217,8,128); }
div.DivClassName
{
background-color: #D90880;
}
.BgClassName
{
background-color: #D90880;
}
</style>
border-color css
<style>
span { border-color: #D90880; }
span { border-color: rgb(217,8,128); }
td.TdClassName
{
border-color: #D90880;
}
.TagClassName
{
border-color: #D90880;
}
</style>