Shades of Medium Violet Red #D90885
Tints of Medium Violet Red #D90885
RGB
CMYK
RGB Variations
Color information
#D90885 (or 0xD90885) is known color: Medium Violet Red. HEX triplet: D9, 08 and 85. RGB value is (217,8,133). Sum of RGB (Red+Green+Blue) = 217+8+133=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D90885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90885 is #26F77A. Grayscale: #545454. Windows color (decimal): -2553723 or 8718553. OLE color: 8718553.
HSL color Cylindrical-coordinate representation of color #D90885: hue angle of 324.11º 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 #D90885 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.15 |
| HSL | 324.11º | 0.93% | 0.44% | - |
| HSV(B) | 324.11º | 0.96% | 0.85% | - |
| XYZ | 32.94 | 16.62 | 23.66 | - |
| YUV | 84.74 | 155.24 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 133 | 0 | 0.96 | 0.39 | 0.15 | 324.11 | 0.93 | 0.44 |
| Hex | D9 | 8 | 85 | 0 | 60 | 27 | F | 144 | 5D | 2C |
| Octal | 331 | 10 | 205 | 0 | 140 | 47 | 17 | 504 | 135 | 54 |
| Binary | 11011001 | 1000 | 10000101 | 0 | 1100000 | 100111 | 1111 | 101000100 | 1011101 | 101100 |
Color Harmonies of #D90885
Complementary color
Monochromatic Colors of #D90885
Black with #D90885
Text Example
Text Example
White with #D90885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90885; }
p { color: rgb(217,8,133); }
H1.HeaderClassName
{
color: #D90885;
}
.AnyTagClassName
{
color: #D90885;
}
</style>
background-color css
<style>
a { background-color: #D90885; }
a { background-color: rgb(217,8,133); }
div.DivClassName
{
background-color: #D90885;
}
.BgClassName
{
background-color: #D90885;
}
</style>
border-color css
<style>
span { border-color: #D90885; }
span { border-color: rgb(217,8,133); }
td.TdClassName
{
border-color: #D90885;
}
.TagClassName
{
border-color: #D90885;
}
</style>