Shades of Medium Violet Red #D80391
Tints of Medium Violet Red #D80391
RGB
CMYK
RGB Variations
Color information
#D80391 (or 0xD80391) is known color: Medium Violet Red. HEX triplet: D8, 03 and 91. RGB value is (216,3,145). Sum of RGB (Red+Green+Blue) = 216+3+145=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D80391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80391 is #27FC6E. Grayscale: #525252. Windows color (decimal): -2620527 or 9503704. OLE color: 9503704.
HSL color Cylindrical-coordinate representation of color #D80391: hue angle of 320º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80391 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 145 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.15 |
| HSL | 320º | 0.97% | 0.43% | - |
| HSV(B) | 320º | 0.99% | 0.85% | - |
| XYZ | 33.46 | 16.71 | 28.25 | - |
| YUV | 82.88 | 163.07 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 145 | 0 | 0.99 | 0.33 | 0.15 | 320 | 0.97 | 0.43 |
| Hex | D8 | 3 | 91 | 0 | 63 | 21 | F | 140 | 61 | 2B |
| Octal | 330 | 3 | 221 | 0 | 143 | 41 | 17 | 500 | 141 | 53 |
| Binary | 11011000 | 11 | 10010001 | 0 | 1100011 | 100001 | 1111 | 101000000 | 1100001 | 101011 |
Color Harmonies of #D80391
Complementary color
Monochromatic Colors of #D80391
Black with #D80391
Text Example
Text Example
White with #D80391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80391; }
p { color: rgb(216,3,145); }
H1.HeaderClassName
{
color: #D80391;
}
.AnyTagClassName
{
color: #D80391;
}
</style>
background-color css
<style>
a { background-color: #D80391; }
a { background-color: rgb(216,3,145); }
div.DivClassName
{
background-color: #D80391;
}
.BgClassName
{
background-color: #D80391;
}
</style>
border-color css
<style>
span { border-color: #D80391; }
span { border-color: rgb(216,3,145); }
td.TdClassName
{
border-color: #D80391;
}
.TagClassName
{
border-color: #D80391;
}
</style>