Shades of Medium Violet Red #D91A99
Tints of Medium Violet Red #D91A99
RGB
CMYK
RGB Variations
Color information
#D91A99 (or 0xD91A99) is known color: Medium Violet Red. HEX triplet: D9, 1A and 99. RGB value is (217,26,153). Sum of RGB (Red+Green+Blue) = 217+26+153=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91A99 is #26E566. Grayscale: #616161. Windows color (decimal): -2549095 or 10033881. OLE color: 10033881.
HSL color Cylindrical-coordinate representation of color #D91A99: hue angle of 320.1º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91A99 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 153 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.15 |
| HSL | 320.1º | 0.79% | 0.48% | - |
| HSV(B) | 320.1º | 0.88% | 0.85% | - |
| XYZ | 34.73 | 17.79 | 31.74 | - |
| YUV | 97.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 153 | 0 | 0.88 | 0.29 | 0.15 | 320.1 | 0.79 | 0.48 |
| Hex | D9 | 1A | 99 | 0 | 58 | 1D | F | 140 | 4F | 30 |
| Octal | 331 | 32 | 231 | 0 | 130 | 35 | 17 | 500 | 117 | 60 |
| Binary | 11011001 | 11010 | 10011001 | 0 | 1011000 | 11101 | 1111 | 101000000 | 1001111 | 110000 |
Color Harmonies of #D91A99
Complementary color
Monochromatic Colors of #D91A99
Black with #D91A99
Text Example
Text Example
White with #D91A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91A99; }
p { color: rgb(217,26,153); }
H1.HeaderClassName
{
color: #D91A99;
}
.AnyTagClassName
{
color: #D91A99;
}
</style>
background-color css
<style>
a { background-color: #D91A99; }
a { background-color: rgb(217,26,153); }
div.DivClassName
{
background-color: #D91A99;
}
.BgClassName
{
background-color: #D91A99;
}
</style>
border-color css
<style>
span { border-color: #D91A99; }
span { border-color: rgb(217,26,153); }
td.TdClassName
{
border-color: #D91A99;
}
.TagClassName
{
border-color: #D91A99;
}
</style>