Shades of Medium Violet Red #D80482
Tints of Medium Violet Red #D80482
RGB
CMYK
RGB Variations
Color information
#D80482 (or 0xD80482) is known color: Medium Violet Red. HEX triplet: D8, 04 and 82. RGB value is (216,4,130). Sum of RGB (Red+Green+Blue) = 216+4+130=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D80482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80482 is #27FB7D. Grayscale: #515151. Windows color (decimal): -2620286 or 8520920. OLE color: 8520920.
HSL color Cylindrical-coordinate representation of color #D80482: hue angle of 324.34º 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 #D80482 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.15 |
| HSL | 324.34º | 0.96% | 0.43% | - |
| HSV(B) | 324.34º | 0.98% | 0.85% | - |
| XYZ | 32.39 | 16.3 | 22.56 | - |
| YUV | 81.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 130 | 0 | 0.98 | 0.40 | 0.15 | 324.34 | 0.96 | 0.43 |
| Hex | D8 | 4 | 82 | 0 | 62 | 28 | F | 144 | 60 | 2B |
| Octal | 330 | 4 | 202 | 0 | 142 | 50 | 17 | 504 | 140 | 53 |
| Binary | 11011000 | 100 | 10000010 | 0 | 1100010 | 101000 | 1111 | 101000100 | 1100000 | 101011 |
Color Harmonies of #D80482
Complementary color
Monochromatic Colors of #D80482
Black with #D80482
Text Example
Text Example
White with #D80482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80482; }
p { color: rgb(216,4,130); }
H1.HeaderClassName
{
color: #D80482;
}
.AnyTagClassName
{
color: #D80482;
}
</style>
background-color css
<style>
a { background-color: #D80482; }
a { background-color: rgb(216,4,130); }
div.DivClassName
{
background-color: #D80482;
}
.BgClassName
{
background-color: #D80482;
}
</style>
border-color css
<style>
span { border-color: #D80482; }
span { border-color: rgb(216,4,130); }
td.TdClassName
{
border-color: #D80482;
}
.TagClassName
{
border-color: #D80482;
}
</style>