Shades of Medium Violet Red #D91A85
Tints of Medium Violet Red #D91A85
RGB
CMYK
RGB Variations
Color information
#D91A85 (or 0xD91A85) is known color: Medium Violet Red. HEX triplet: D9, 1A and 85. RGB value is (217,26,133). Sum of RGB (Red+Green+Blue) = 217+26+133=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D91A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91A85 is #26E57A. Grayscale: #5F5F5F. Windows color (decimal): -2549115 or 8723161. OLE color: 8723161.
HSL color Cylindrical-coordinate representation of color #D91A85: hue angle of 326.39º 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 #D91A85 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 26 | 133 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.15 |
| HSL | 326.39º | 0.79% | 0.48% | - |
| HSV(B) | 326.39º | 0.88% | 0.85% | - |
| XYZ | 33.22 | 17.18 | 23.76 | - |
| YUV | 95.31 | 149.28 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 26 | 133 | 0 | 0.88 | 0.39 | 0.15 | 326.39 | 0.79 | 0.48 |
| Hex | D9 | 1A | 85 | 0 | 58 | 27 | F | 146 | 4F | 30 |
| Octal | 331 | 32 | 205 | 0 | 130 | 47 | 17 | 506 | 117 | 60 |
| Binary | 11011001 | 11010 | 10000101 | 0 | 1011000 | 100111 | 1111 | 101000110 | 1001111 | 110000 |
Color Harmonies of #D91A85
Complementary color
Monochromatic Colors of #D91A85
Black with #D91A85
Text Example
Text Example
White with #D91A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91A85; }
p { color: rgb(217,26,133); }
H1.HeaderClassName
{
color: #D91A85;
}
.AnyTagClassName
{
color: #D91A85;
}
</style>
background-color css
<style>
a { background-color: #D91A85; }
a { background-color: rgb(217,26,133); }
div.DivClassName
{
background-color: #D91A85;
}
.BgClassName
{
background-color: #D91A85;
}
</style>
border-color css
<style>
span { border-color: #D91A85; }
span { border-color: rgb(217,26,133); }
td.TdClassName
{
border-color: #D91A85;
}
.TagClassName
{
border-color: #D91A85;
}
</style>