Shades of Medium Violet Red #D80D8E
Tints of Medium Violet Red #D80D8E
RGB
CMYK
RGB Variations
Color information
#D80D8E (or 0xD80D8E) is known color: Medium Violet Red. HEX triplet: D8, 0D and 8E. RGB value is (216,13,142). Sum of RGB (Red+Green+Blue) = 216+13+142=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80D8E is #27F271. Grayscale: #585858. Windows color (decimal): -2617970 or 9309656. OLE color: 9309656.
HSL color Cylindrical-coordinate representation of color #D80D8E: hue angle of 321.87º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D8E is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 142 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.15 |
| HSL | 321.87º | 0.89% | 0.45% | - |
| HSV(B) | 321.87º | 0.94% | 0.85% | - |
| XYZ | 33.35 | 16.84 | 27.08 | - |
| YUV | 88.4 | 158.25 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 142 | 0 | 0.94 | 0.34 | 0.15 | 321.87 | 0.89 | 0.45 |
| Hex | D8 | D | 8E | 0 | 5E | 22 | F | 142 | 59 | 2D |
| Octal | 330 | 15 | 216 | 0 | 136 | 42 | 17 | 502 | 131 | 55 |
| Binary | 11011000 | 1101 | 10001110 | 0 | 1011110 | 100010 | 1111 | 101000010 | 1011001 | 101101 |
Color Harmonies of #D80D8E
Complementary color
Monochromatic Colors of #D80D8E
Black with #D80D8E
Text Example
Text Example
White with #D80D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D8E; }
p { color: rgb(216,13,142); }
H1.HeaderClassName
{
color: #D80D8E;
}
.AnyTagClassName
{
color: #D80D8E;
}
</style>
background-color css
<style>
a { background-color: #D80D8E; }
a { background-color: rgb(216,13,142); }
div.DivClassName
{
background-color: #D80D8E;
}
.BgClassName
{
background-color: #D80D8E;
}
</style>
border-color css
<style>
span { border-color: #D80D8E; }
span { border-color: rgb(216,13,142); }
td.TdClassName
{
border-color: #D80D8E;
}
.TagClassName
{
border-color: #D80D8E;
}
</style>