Shades of Medium Violet Red #D80486
Tints of Medium Violet Red #D80486
RGB
CMYK
RGB Variations
Color information
#D80486 (or 0xD80486) is known color: Medium Violet Red. HEX triplet: D8, 04 and 86. RGB value is (216,4,134). Sum of RGB (Red+Green+Blue) = 216+4+134=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D80486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80486 is #27FB79. Grayscale: #515151. Windows color (decimal): -2620282 or 8783064. OLE color: 8783064.
HSL color Cylindrical-coordinate representation of color #D80486: hue angle of 323.21º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80486 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.15 |
| HSL | 323.21º | 0.96% | 0.43% | - |
| HSV(B) | 323.21º | 0.98% | 0.85% | - |
| XYZ | 32.67 | 16.41 | 24 | - |
| YUV | 82.21 | 157.24 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 134 | 0 | 0.98 | 0.38 | 0.15 | 323.21 | 0.96 | 0.43 |
| Hex | D8 | 4 | 86 | 0 | 62 | 26 | F | 143 | 60 | 2B |
| Octal | 330 | 4 | 206 | 0 | 142 | 46 | 17 | 503 | 140 | 53 |
| Binary | 11011000 | 100 | 10000110 | 0 | 1100010 | 100110 | 1111 | 101000011 | 1100000 | 101011 |
Color Harmonies of #D80486
Complementary color
Monochromatic Colors of #D80486
Black with #D80486
Text Example
Text Example
White with #D80486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80486; }
p { color: rgb(216,4,134); }
H1.HeaderClassName
{
color: #D80486;
}
.AnyTagClassName
{
color: #D80486;
}
</style>
background-color css
<style>
a { background-color: #D80486; }
a { background-color: rgb(216,4,134); }
div.DivClassName
{
background-color: #D80486;
}
.BgClassName
{
background-color: #D80486;
}
</style>
border-color css
<style>
span { border-color: #D80486; }
span { border-color: rgb(216,4,134); }
td.TdClassName
{
border-color: #D80486;
}
.TagClassName
{
border-color: #D80486;
}
</style>