Shades of Medium Violet Red #D91491
Tints of Medium Violet Red #D91491
RGB
CMYK
RGB Variations
Color information
#D91491 (or 0xD91491) is known color: Medium Violet Red. HEX triplet: D9, 14 and 91. RGB value is (217,20,145). Sum of RGB (Red+Green+Blue) = 217+20+145=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D91491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91491 is #26EB6E. Grayscale: #5C5C5C. Windows color (decimal): -2550639 or 9508057. OLE color: 9508057.
HSL color Cylindrical-coordinate representation of color #D91491: hue angle of 321.93º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91491 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 145 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.15 |
| HSL | 321.93º | 0.83% | 0.46% | - |
| HSV(B) | 321.93º | 0.91% | 0.85% | - |
| XYZ | 33.98 | 17.3 | 28.34 | - |
| YUV | 93.15 | 157.27 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 145 | 0 | 0.91 | 0.33 | 0.15 | 321.93 | 0.83 | 0.46 |
| Hex | D9 | 14 | 91 | 0 | 5B | 21 | F | 142 | 53 | 2E |
| Octal | 331 | 24 | 221 | 0 | 133 | 41 | 17 | 502 | 123 | 56 |
| Binary | 11011001 | 10100 | 10010001 | 0 | 1011011 | 100001 | 1111 | 101000010 | 1010011 | 101110 |
Color Harmonies of #D91491
Complementary color
Monochromatic Colors of #D91491
Black with #D91491
Text Example
Text Example
White with #D91491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91491; }
p { color: rgb(217,20,145); }
H1.HeaderClassName
{
color: #D91491;
}
.AnyTagClassName
{
color: #D91491;
}
</style>
background-color css
<style>
a { background-color: #D91491; }
a { background-color: rgb(217,20,145); }
div.DivClassName
{
background-color: #D91491;
}
.BgClassName
{
background-color: #D91491;
}
</style>
border-color css
<style>
span { border-color: #D91491; }
span { border-color: rgb(217,20,145); }
td.TdClassName
{
border-color: #D91491;
}
.TagClassName
{
border-color: #D91491;
}
</style>