Shades of Medium Violet Red #D91486
Tints of Medium Violet Red #D91486
RGB
CMYK
RGB Variations
Color information
#D91486 (or 0xD91486) is known color: Medium Violet Red. HEX triplet: D9, 14 and 86. RGB value is (217,20,134). Sum of RGB (Red+Green+Blue) = 217+20+134=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D91486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91486 is #26EB79. Grayscale: #5B5B5B. Windows color (decimal): -2550650 or 8787161. OLE color: 8787161.
HSL color Cylindrical-coordinate representation of color #D91486: hue angle of 325.28º 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 #D91486 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 134 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.15 |
| HSL | 325.28º | 0.83% | 0.46% | - |
| HSV(B) | 325.28º | 0.91% | 0.85% | - |
| XYZ | 33.17 | 16.97 | 24.08 | - |
| YUV | 91.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 134 | 0 | 0.91 | 0.38 | 0.15 | 325.28 | 0.83 | 0.46 |
| Hex | D9 | 14 | 86 | 0 | 5B | 26 | F | 145 | 53 | 2E |
| Octal | 331 | 24 | 206 | 0 | 133 | 46 | 17 | 505 | 123 | 56 |
| Binary | 11011001 | 10100 | 10000110 | 0 | 1011011 | 100110 | 1111 | 101000101 | 1010011 | 101110 |
Color Harmonies of #D91486
Complementary color
Monochromatic Colors of #D91486
Black with #D91486
Text Example
Text Example
White with #D91486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91486; }
p { color: rgb(217,20,134); }
H1.HeaderClassName
{
color: #D91486;
}
.AnyTagClassName
{
color: #D91486;
}
</style>
background-color css
<style>
a { background-color: #D91486; }
a { background-color: rgb(217,20,134); }
div.DivClassName
{
background-color: #D91486;
}
.BgClassName
{
background-color: #D91486;
}
</style>
border-color css
<style>
span { border-color: #D91486; }
span { border-color: rgb(217,20,134); }
td.TdClassName
{
border-color: #D91486;
}
.TagClassName
{
border-color: #D91486;
}
</style>