Shades of Medium Violet Red #D80884
Tints of Medium Violet Red #D80884
RGB
CMYK
RGB Variations
Color information
#D80884 (or 0xD80884) is known color: Medium Violet Red. HEX triplet: D8, 08 and 84. RGB value is (216,8,132). Sum of RGB (Red+Green+Blue) = 216+8+132=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D80884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80884 is #27F77B. Grayscale: #545454. Windows color (decimal): -2619260 or 8653016. OLE color: 8653016.
HSL color Cylindrical-coordinate representation of color #D80884: hue angle of 324.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80884 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.15 |
| HSL | 324.23º | 0.93% | 0.44% | - |
| HSV(B) | 324.23º | 0.96% | 0.85% | - |
| XYZ | 32.57 | 16.44 | 23.29 | - |
| YUV | 84.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 132 | 0 | 0.96 | 0.39 | 0.15 | 324.23 | 0.93 | 0.44 |
| Hex | D8 | 8 | 84 | 0 | 60 | 27 | F | 144 | 5D | 2C |
| Octal | 330 | 10 | 204 | 0 | 140 | 47 | 17 | 504 | 135 | 54 |
| Binary | 11011000 | 1000 | 10000100 | 0 | 1100000 | 100111 | 1111 | 101000100 | 1011101 | 101100 |
Color Harmonies of #D80884
Complementary color
Monochromatic Colors of #D80884
Black with #D80884
Text Example
Text Example
White with #D80884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80884; }
p { color: rgb(216,8,132); }
H1.HeaderClassName
{
color: #D80884;
}
.AnyTagClassName
{
color: #D80884;
}
</style>
background-color css
<style>
a { background-color: #D80884; }
a { background-color: rgb(216,8,132); }
div.DivClassName
{
background-color: #D80884;
}
.BgClassName
{
background-color: #D80884;
}
</style>
border-color css
<style>
span { border-color: #D80884; }
span { border-color: rgb(216,8,132); }
td.TdClassName
{
border-color: #D80884;
}
.TagClassName
{
border-color: #D80884;
}
</style>