Shades of Medium Violet Red #D91180
Tints of Medium Violet Red #D91180
RGB
CMYK
RGB Variations
Color information
#D91180 (or 0xD91180) is known color: Medium Violet Red. HEX triplet: D9, 11 and 80. RGB value is (217,17,128). Sum of RGB (Red+Green+Blue) = 217+17+128=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D91180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91180 is #26EE7F. Grayscale: #595959. Windows color (decimal): -2551424 or 8393177. OLE color: 8393177.
HSL color Cylindrical-coordinate representation of color #D91180: hue angle of 326.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91180 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 128 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.15 |
| HSL | 326.7º | 0.85% | 0.46% | - |
| HSV(B) | 326.7º | 0.92% | 0.85% | - |
| XYZ | 32.71 | 16.71 | 21.92 | - |
| YUV | 89.45 | 149.76 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 128 | 0 | 0.92 | 0.41 | 0.15 | 326.7 | 0.85 | 0.46 |
| Hex | D9 | 11 | 80 | 0 | 5C | 29 | F | 147 | 55 | 2E |
| Octal | 331 | 21 | 200 | 0 | 134 | 51 | 17 | 507 | 125 | 56 |
| Binary | 11011001 | 10001 | 10000000 | 0 | 1011100 | 101001 | 1111 | 101000111 | 1010101 | 101110 |
Color Harmonies of #D91180
Complementary color
Monochromatic Colors of #D91180
Black with #D91180
Text Example
Text Example
White with #D91180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91180; }
p { color: rgb(217,17,128); }
H1.HeaderClassName
{
color: #D91180;
}
.AnyTagClassName
{
color: #D91180;
}
</style>
background-color css
<style>
a { background-color: #D91180; }
a { background-color: rgb(217,17,128); }
div.DivClassName
{
background-color: #D91180;
}
.BgClassName
{
background-color: #D91180;
}
</style>
border-color css
<style>
span { border-color: #D91180; }
span { border-color: rgb(217,17,128); }
td.TdClassName
{
border-color: #D91180;
}
.TagClassName
{
border-color: #D91180;
}
</style>