Shades of Medium Violet Red #D80784
Tints of Medium Violet Red #D80784
RGB
CMYK
RGB Variations
Color information
#D80784 (or 0xD80784) is known color: Medium Violet Red. HEX triplet: D8, 07 and 84. RGB value is (216,7,132). Sum of RGB (Red+Green+Blue) = 216+7+132=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D80784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80784 is #27F87B. Grayscale: #535353. Windows color (decimal): -2619516 or 8652760. OLE color: 8652760.
HSL color Cylindrical-coordinate representation of color #D80784: hue angle of 324.11º degrees, saturation: 0.94, 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 #D80784 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.15 |
| HSL | 324.11º | 0.94% | 0.44% | - |
| HSV(B) | 324.11º | 0.97% | 0.85% | - |
| XYZ | 32.56 | 16.42 | 23.28 | - |
| YUV | 83.74 | 155.24 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 132 | 0 | 0.97 | 0.39 | 0.15 | 324.11 | 0.94 | 0.44 |
| Hex | D8 | 7 | 84 | 0 | 61 | 27 | F | 144 | 5E | 2C |
| Octal | 330 | 7 | 204 | 0 | 141 | 47 | 17 | 504 | 136 | 54 |
| Binary | 11011000 | 111 | 10000100 | 0 | 1100001 | 100111 | 1111 | 101000100 | 1011110 | 101100 |
Color Harmonies of #D80784
Complementary color
Monochromatic Colors of #D80784
Black with #D80784
Text Example
Text Example
White with #D80784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80784; }
p { color: rgb(216,7,132); }
H1.HeaderClassName
{
color: #D80784;
}
.AnyTagClassName
{
color: #D80784;
}
</style>
background-color css
<style>
a { background-color: #D80784; }
a { background-color: rgb(216,7,132); }
div.DivClassName
{
background-color: #D80784;
}
.BgClassName
{
background-color: #D80784;
}
</style>
border-color css
<style>
span { border-color: #D80784; }
span { border-color: rgb(216,7,132); }
td.TdClassName
{
border-color: #D80784;
}
.TagClassName
{
border-color: #D80784;
}
</style>