Shades of Medium Violet Red #D91981
Tints of Medium Violet Red #D91981
RGB
CMYK
RGB Variations
Color information
#D91981 (or 0xD91981) is known color: Medium Violet Red. HEX triplet: D9, 19 and 81. RGB value is (217,25,129). Sum of RGB (Red+Green+Blue) = 217+25+129=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D91981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91981 is #26E67E. Grayscale: #5E5E5E. Windows color (decimal): -2549375 or 8460761. OLE color: 8460761.
HSL color Cylindrical-coordinate representation of color #D91981: hue angle of 327.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91981 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 129 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.15 |
| HSL | 327.5º | 0.79% | 0.47% | - |
| HSV(B) | 327.5º | 0.88% | 0.85% | - |
| XYZ | 32.93 | 17.03 | 22.32 | - |
| YUV | 94.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 129 | 0 | 0.88 | 0.41 | 0.15 | 327.5 | 0.79 | 0.47 |
| Hex | D9 | 19 | 81 | 0 | 58 | 29 | F | 148 | 4F | 2F |
| Octal | 331 | 31 | 201 | 0 | 130 | 51 | 17 | 510 | 117 | 57 |
| Binary | 11011001 | 11001 | 10000001 | 0 | 1011000 | 101001 | 1111 | 101001000 | 1001111 | 101111 |
Color Harmonies of #D91981
Complementary color
Monochromatic Colors of #D91981
Black with #D91981
Text Example
Text Example
White with #D91981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91981; }
p { color: rgb(217,25,129); }
H1.HeaderClassName
{
color: #D91981;
}
.AnyTagClassName
{
color: #D91981;
}
</style>
background-color css
<style>
a { background-color: #D91981; }
a { background-color: rgb(217,25,129); }
div.DivClassName
{
background-color: #D91981;
}
.BgClassName
{
background-color: #D91981;
}
</style>
border-color css
<style>
span { border-color: #D91981; }
span { border-color: rgb(217,25,129); }
td.TdClassName
{
border-color: #D91981;
}
.TagClassName
{
border-color: #D91981;
}
</style>