Shades of Medium Violet Red #D91D9C
Tints of Medium Violet Red #D91D9C
RGB
CMYK
RGB Variations
Color information
#D91D9C (or 0xD91D9C) is known color: Medium Violet Red. HEX triplet: D9, 1D and 9C. RGB value is (217,29,156). Sum of RGB (Red+Green+Blue) = 217+29+156=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91D9C is #26E263. Grayscale: #636363. Windows color (decimal): -2548324 or 10231257. OLE color: 10231257.
HSL color Cylindrical-coordinate representation of color #D91D9C: hue angle of 319.47º 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 #D91D9C is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 29 | 156 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.15 |
| HSL | 319.47º | 0.76% | 0.48% | - |
| HSV(B) | 319.47º | 0.87% | 0.85% | - |
| XYZ | 35.06 | 18.03 | 33.09 | - |
| YUV | 99.69 | 159.78 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 156 | 0 | 0.87 | 0.28 | 0.15 | 319.47 | 0.76 | 0.48 |
| Hex | D9 | 1D | 9C | 0 | 57 | 1C | F | 13F | 4C | 30 |
| Octal | 331 | 35 | 234 | 0 | 127 | 34 | 17 | 477 | 114 | 60 |
| Binary | 11011001 | 11101 | 10011100 | 0 | 1010111 | 11100 | 1111 | 100111111 | 1001100 | 110000 |
Color Harmonies of #D91D9C
Complementary color
Monochromatic Colors of #D91D9C
Black with #D91D9C
Text Example
Text Example
White with #D91D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91D9C; }
p { color: rgb(217,29,156); }
H1.HeaderClassName
{
color: #D91D9C;
}
.AnyTagClassName
{
color: #D91D9C;
}
</style>
background-color css
<style>
a { background-color: #D91D9C; }
a { background-color: rgb(217,29,156); }
div.DivClassName
{
background-color: #D91D9C;
}
.BgClassName
{
background-color: #D91D9C;
}
</style>
border-color css
<style>
span { border-color: #D91D9C; }
span { border-color: rgb(217,29,156); }
td.TdClassName
{
border-color: #D91D9C;
}
.TagClassName
{
border-color: #D91D9C;
}
</style>