Shades of Medium Violet Red #D80E7D
Tints of Medium Violet Red #D80E7D
RGB
CMYK
RGB Variations
Color information
#D80E7D (or 0xD80E7D) is known color: Medium Violet Red. HEX triplet: D8, 0E and 7D. RGB value is (216,14,125). Sum of RGB (Red+Green+Blue) = 216+14+125=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E7D is #27F182. Grayscale: #565656. Windows color (decimal): -2617731 or 8195800. OLE color: 8195800.
HSL color Cylindrical-coordinate representation of color #D80E7D: hue angle of 327.03º degrees, saturation: 0.88, 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 #D80E7D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 125 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.15 |
| HSL | 327.03º | 0.88% | 0.45% | - |
| HSV(B) | 327.03º | 0.94% | 0.85% | - |
| XYZ | 32.18 | 16.39 | 20.87 | - |
| YUV | 87.05 | 149.42 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 125 | 0 | 0.94 | 0.42 | 0.15 | 327.03 | 0.88 | 0.45 |
| Hex | D8 | E | 7D | 0 | 5E | 2A | F | 147 | 58 | 2D |
| Octal | 330 | 16 | 175 | 0 | 136 | 52 | 17 | 507 | 130 | 55 |
| Binary | 11011000 | 1110 | 1111101 | 0 | 1011110 | 101010 | 1111 | 101000111 | 1011000 | 101101 |
Color Harmonies of #D80E7D
Complementary color
Monochromatic Colors of #D80E7D
Black with #D80E7D
Text Example
Text Example
White with #D80E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E7D; }
p { color: rgb(216,14,125); }
H1.HeaderClassName
{
color: #D80E7D;
}
.AnyTagClassName
{
color: #D80E7D;
}
</style>
background-color css
<style>
a { background-color: #D80E7D; }
a { background-color: rgb(216,14,125); }
div.DivClassName
{
background-color: #D80E7D;
}
.BgClassName
{
background-color: #D80E7D;
}
</style>
border-color css
<style>
span { border-color: #D80E7D; }
span { border-color: rgb(216,14,125); }
td.TdClassName
{
border-color: #D80E7D;
}
.TagClassName
{
border-color: #D80E7D;
}
</style>