Shades of Medium Violet Red #D90881
Tints of Medium Violet Red #D90881
RGB
CMYK
RGB Variations
Color information
#D90881 (or 0xD90881) is known color: Medium Violet Red. HEX triplet: D9, 08 and 81. RGB value is (217,8,129). Sum of RGB (Red+Green+Blue) = 217+8+129=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D90881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90881 is #26F77E. Grayscale: #545454. Windows color (decimal): -2553727 or 8456409. OLE color: 8456409.
HSL color Cylindrical-coordinate representation of color #D90881: hue angle of 325.26º 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 #D90881 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.15 |
| HSL | 325.26º | 0.93% | 0.44% | - |
| HSV(B) | 325.26º | 0.96% | 0.85% | - |
| XYZ | 32.66 | 16.51 | 22.23 | - |
| YUV | 84.29 | 153.24 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 129 | 0 | 0.96 | 0.41 | 0.15 | 325.26 | 0.93 | 0.44 |
| Hex | D9 | 8 | 81 | 0 | 60 | 29 | F | 145 | 5D | 2C |
| Octal | 331 | 10 | 201 | 0 | 140 | 51 | 17 | 505 | 135 | 54 |
| Binary | 11011001 | 1000 | 10000001 | 0 | 1100000 | 101001 | 1111 | 101000101 | 1011101 | 101100 |
Color Harmonies of #D90881
Complementary color
Monochromatic Colors of #D90881
Black with #D90881
Text Example
Text Example
White with #D90881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90881; }
p { color: rgb(217,8,129); }
H1.HeaderClassName
{
color: #D90881;
}
.AnyTagClassName
{
color: #D90881;
}
</style>
background-color css
<style>
a { background-color: #D90881; }
a { background-color: rgb(217,8,129); }
div.DivClassName
{
background-color: #D90881;
}
.BgClassName
{
background-color: #D90881;
}
</style>
border-color css
<style>
span { border-color: #D90881; }
span { border-color: rgb(217,8,129); }
td.TdClassName
{
border-color: #D90881;
}
.TagClassName
{
border-color: #D90881;
}
</style>