Shades of Medium Violet Red #D91083
Tints of Medium Violet Red #D91083
RGB
CMYK
RGB Variations
Color information
#D91083 (or 0xD91083) is known color: Medium Violet Red. HEX triplet: D9, 10 and 83. RGB value is (217,16,131). Sum of RGB (Red+Green+Blue) = 217+16+131=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D91083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91083 is #26EF7C. Grayscale: #585858. Windows color (decimal): -2551677 or 8589529. OLE color: 8589529.
HSL color Cylindrical-coordinate representation of color #D91083: hue angle of 325.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91083 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 131 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.15 |
| HSL | 325.67º | 0.86% | 0.46% | - |
| HSV(B) | 325.67º | 0.93% | 0.85% | - |
| XYZ | 32.9 | 16.76 | 22.97 | - |
| YUV | 89.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 131 | 0 | 0.93 | 0.40 | 0.15 | 325.67 | 0.86 | 0.46 |
| Hex | D9 | 10 | 83 | 0 | 5D | 28 | F | 146 | 56 | 2E |
| Octal | 331 | 20 | 203 | 0 | 135 | 50 | 17 | 506 | 126 | 56 |
| Binary | 11011001 | 10000 | 10000011 | 0 | 1011101 | 101000 | 1111 | 101000110 | 1010110 | 101110 |
Color Harmonies of #D91083
Complementary color
Monochromatic Colors of #D91083
Black with #D91083
Text Example
Text Example
White with #D91083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91083; }
p { color: rgb(217,16,131); }
H1.HeaderClassName
{
color: #D91083;
}
.AnyTagClassName
{
color: #D91083;
}
</style>
background-color css
<style>
a { background-color: #D91083; }
a { background-color: rgb(217,16,131); }
div.DivClassName
{
background-color: #D91083;
}
.BgClassName
{
background-color: #D91083;
}
</style>
border-color css
<style>
span { border-color: #D91083; }
span { border-color: rgb(217,16,131); }
td.TdClassName
{
border-color: #D91083;
}
.TagClassName
{
border-color: #D91083;
}
</style>