Shades of Medium Violet Red #D91E9B
Tints of Medium Violet Red #D91E9B
RGB
CMYK
RGB Variations
Color information
#D91E9B (or 0xD91E9B) is known color: Medium Violet Red. HEX triplet: D9, 1E and 9B. RGB value is (217,30,155). Sum of RGB (Red+Green+Blue) = 217+30+155=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91E9B is #26E164. Grayscale: #636363. Windows color (decimal): -2548069 or 10165977. OLE color: 10165977.
HSL color Cylindrical-coordinate representation of color #D91E9B: hue angle of 319.89º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E9B is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 30 | 155 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.15 |
| HSL | 319.89º | 0.76% | 0.48% | - |
| HSV(B) | 319.89º | 0.86% | 0.85% | - |
| XYZ | 35 | 18.05 | 32.65 | - |
| YUV | 100.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 155 | 0 | 0.86 | 0.29 | 0.15 | 319.89 | 0.76 | 0.48 |
| Hex | D9 | 1E | 9B | 0 | 56 | 1D | F | 140 | 4C | 30 |
| Octal | 331 | 36 | 233 | 0 | 126 | 35 | 17 | 500 | 114 | 60 |
| Binary | 11011001 | 11110 | 10011011 | 0 | 1010110 | 11101 | 1111 | 101000000 | 1001100 | 110000 |
Color Harmonies of #D91E9B
Complementary color
Monochromatic Colors of #D91E9B
Black with #D91E9B
Text Example
Text Example
White with #D91E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91E9B; }
p { color: rgb(217,30,155); }
H1.HeaderClassName
{
color: #D91E9B;
}
.AnyTagClassName
{
color: #D91E9B;
}
</style>
background-color css
<style>
a { background-color: #D91E9B; }
a { background-color: rgb(217,30,155); }
div.DivClassName
{
background-color: #D91E9B;
}
.BgClassName
{
background-color: #D91E9B;
}
</style>
border-color css
<style>
span { border-color: #D91E9B; }
span { border-color: rgb(217,30,155); }
td.TdClassName
{
border-color: #D91E9B;
}
.TagClassName
{
border-color: #D91E9B;
}
</style>