Shades of Medium Violet Red #D91D9E
Tints of Medium Violet Red #D91D9E
RGB
CMYK
RGB Variations
Color information
#D91D9E (or 0xD91D9E) is known color: Medium Violet Red. HEX triplet: D9, 1D and 9E. RGB value is (217,29,158). Sum of RGB (Red+Green+Blue) = 217+29+158=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91D9E is #26E261. Grayscale: #636363. Windows color (decimal): -2548322 or 10362329. OLE color: 10362329.
HSL color Cylindrical-coordinate representation of color #D91D9E: hue angle of 318.83º 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 #D91D9E is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 158 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.15 |
| HSL | 318.83º | 0.76% | 0.48% | - |
| HSV(B) | 318.83º | 0.87% | 0.85% | - |
| XYZ | 35.23 | 18.1 | 33.98 | - |
| YUV | 99.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 158 | 0 | 0.87 | 0.27 | 0.15 | 318.83 | 0.76 | 0.48 |
| Hex | D9 | 1D | 9E | 0 | 57 | 1B | F | 13F | 4C | 30 |
| Octal | 331 | 35 | 236 | 0 | 127 | 33 | 17 | 477 | 114 | 60 |
| Binary | 11011001 | 11101 | 10011110 | 0 | 1010111 | 11011 | 1111 | 100111111 | 1001100 | 110000 |
Color Harmonies of #D91D9E
Complementary color
Monochromatic Colors of #D91D9E
Black with #D91D9E
Text Example
Text Example
White with #D91D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D9E; }
p { color: rgb(217,29,158); }
H1.HeaderClassName
{
color: #D91D9E;
}
.AnyTagClassName
{
color: #D91D9E;
}
</style>
background-color css
<style>
a { background-color: #D91D9E; }
a { background-color: rgb(217,29,158); }
div.DivClassName
{
background-color: #D91D9E;
}
.BgClassName
{
background-color: #D91D9E;
}
</style>
border-color css
<style>
span { border-color: #D91D9E; }
span { border-color: rgb(217,29,158); }
td.TdClassName
{
border-color: #D91D9E;
}
.TagClassName
{
border-color: #D91D9E;
}
</style>