Shades of Medium Violet Red #D80682
Tints of Medium Violet Red #D80682
RGB
CMYK
RGB Variations
Color information
#D80682 (or 0xD80682) is known color: Medium Violet Red. HEX triplet: D8, 06 and 82. RGB value is (216,6,130). Sum of RGB (Red+Green+Blue) = 216+6+130=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D80682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80682 is #27F97D. Grayscale: #525252. Windows color (decimal): -2619774 or 8521432. OLE color: 8521432.
HSL color Cylindrical-coordinate representation of color #D80682: hue angle of 324.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80682 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.15 |
| HSL | 324.57º | 0.95% | 0.44% | - |
| HSV(B) | 324.57º | 0.97% | 0.85% | - |
| XYZ | 32.41 | 16.34 | 22.56 | - |
| YUV | 82.93 | 154.57 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 130 | 0 | 0.97 | 0.40 | 0.15 | 324.57 | 0.95 | 0.44 |
| Hex | D8 | 6 | 82 | 0 | 61 | 28 | F | 145 | 5F | 2C |
| Octal | 330 | 6 | 202 | 0 | 141 | 50 | 17 | 505 | 137 | 54 |
| Binary | 11011000 | 110 | 10000010 | 0 | 1100001 | 101000 | 1111 | 101000101 | 1011111 | 101100 |
Color Harmonies of #D80682
Complementary color
Monochromatic Colors of #D80682
Black with #D80682
Text Example
Text Example
White with #D80682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80682; }
p { color: rgb(216,6,130); }
H1.HeaderClassName
{
color: #D80682;
}
.AnyTagClassName
{
color: #D80682;
}
</style>
background-color css
<style>
a { background-color: #D80682; }
a { background-color: rgb(216,6,130); }
div.DivClassName
{
background-color: #D80682;
}
.BgClassName
{
background-color: #D80682;
}
</style>
border-color css
<style>
span { border-color: #D80682; }
span { border-color: rgb(216,6,130); }
td.TdClassName
{
border-color: #D80682;
}
.TagClassName
{
border-color: #D80682;
}
</style>