Shades of Medium Violet Red #D91DA1
Tints of Medium Violet Red #D91DA1
RGB
CMYK
RGB Variations
Color information
#D91DA1 (or 0xD91DA1) is known color: Medium Violet Red. HEX triplet: D9, 1D and A1. RGB value is (217,29,161). Sum of RGB (Red+Green+Blue) = 217+29+161=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D91DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91DA1 is #26E25E. Grayscale: #636363. Windows color (decimal): -2548319 or 10558937. OLE color: 10558937.
HSL color Cylindrical-coordinate representation of color #D91DA1: hue angle of 317.87º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91DA1 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 161 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.15 |
| HSL | 317.87º | 0.76% | 0.48% | - |
| HSV(B) | 317.87º | 0.87% | 0.85% | - |
| XYZ | 35.49 | 18.2 | 35.36 | - |
| YUV | 100.26 | 162.28 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 161 | 0 | 0.87 | 0.26 | 0.15 | 317.87 | 0.76 | 0.48 |
| Hex | D9 | 1D | A1 | 0 | 57 | 1A | F | 13E | 4C | 30 |
| Octal | 331 | 35 | 241 | 0 | 127 | 32 | 17 | 476 | 114 | 60 |
| Binary | 11011001 | 11101 | 10100001 | 0 | 1010111 | 11010 | 1111 | 100111110 | 1001100 | 110000 |
Color Harmonies of #D91DA1
Complementary color
Monochromatic Colors of #D91DA1
Black with #D91DA1
Text Example
Text Example
White with #D91DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DA1; }
p { color: rgb(217,29,161); }
H1.HeaderClassName
{
color: #D91DA1;
}
.AnyTagClassName
{
color: #D91DA1;
}
</style>
background-color css
<style>
a { background-color: #D91DA1; }
a { background-color: rgb(217,29,161); }
div.DivClassName
{
background-color: #D91DA1;
}
.BgClassName
{
background-color: #D91DA1;
}
</style>
border-color css
<style>
span { border-color: #D91DA1; }
span { border-color: rgb(217,29,161); }
td.TdClassName
{
border-color: #D91DA1;
}
.TagClassName
{
border-color: #D91DA1;
}
</style>