Shades of Medium Violet Red #D90884
Tints of Medium Violet Red #D90884
RGB
CMYK
RGB Variations
Color information
#D90884 (or 0xD90884) is known color: Medium Violet Red. HEX triplet: D9, 08 and 84. RGB value is (217,8,132). Sum of RGB (Red+Green+Blue) = 217+8+132=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D90884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90884 is #26F77B. Grayscale: #545454. Windows color (decimal): -2553724 or 8653017. OLE color: 8653017.
HSL color Cylindrical-coordinate representation of color #D90884: hue angle of 324.4º 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 #D90884 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.15 |
| HSL | 324.4º | 0.93% | 0.44% | - |
| HSV(B) | 324.4º | 0.96% | 0.85% | - |
| XYZ | 32.87 | 16.59 | 23.3 | - |
| YUV | 84.63 | 154.74 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 132 | 0 | 0.96 | 0.39 | 0.15 | 324.4 | 0.93 | 0.44 |
| Hex | D9 | 8 | 84 | 0 | 60 | 27 | F | 144 | 5D | 2C |
| Octal | 331 | 10 | 204 | 0 | 140 | 47 | 17 | 504 | 135 | 54 |
| Binary | 11011001 | 1000 | 10000100 | 0 | 1100000 | 100111 | 1111 | 101000100 | 1011101 | 101100 |
Color Harmonies of #D90884
Complementary color
Monochromatic Colors of #D90884
Black with #D90884
Text Example
Text Example
White with #D90884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90884; }
p { color: rgb(217,8,132); }
H1.HeaderClassName
{
color: #D90884;
}
.AnyTagClassName
{
color: #D90884;
}
</style>
background-color css
<style>
a { background-color: #D90884; }
a { background-color: rgb(217,8,132); }
div.DivClassName
{
background-color: #D90884;
}
.BgClassName
{
background-color: #D90884;
}
</style>
border-color css
<style>
span { border-color: #D90884; }
span { border-color: rgb(217,8,132); }
td.TdClassName
{
border-color: #D90884;
}
.TagClassName
{
border-color: #D90884;
}
</style>