Shades of Medium Violet Red #D80E8F
Tints of Medium Violet Red #D80E8F
RGB
CMYK
RGB Variations
Color information
#D80E8F (or 0xD80E8F) is known color: Medium Violet Red. HEX triplet: D8, 0E and 8F. RGB value is (216,14,143). Sum of RGB (Red+Green+Blue) = 216+14+143=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80E8F is #27F170. Grayscale: #585858. Windows color (decimal): -2617713 or 9375448. OLE color: 9375448.
HSL color Cylindrical-coordinate representation of color #D80E8F: hue angle of 321.68º 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 #D80E8F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 14 | 143 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.15 |
| HSL | 321.68º | 0.88% | 0.45% | - |
| HSV(B) | 321.68º | 0.94% | 0.85% | - |
| XYZ | 33.43 | 16.9 | 27.49 | - |
| YUV | 89.1 | 158.42 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 14 | 143 | 0 | 0.94 | 0.34 | 0.15 | 321.68 | 0.88 | 0.45 |
| Hex | D8 | E | 8F | 0 | 5E | 22 | F | 142 | 58 | 2D |
| Octal | 330 | 16 | 217 | 0 | 136 | 42 | 17 | 502 | 130 | 55 |
| Binary | 11011000 | 1110 | 10001111 | 0 | 1011110 | 100010 | 1111 | 101000010 | 1011000 | 101101 |
Color Harmonies of #D80E8F
Complementary color
Monochromatic Colors of #D80E8F
Black with #D80E8F
Text Example
Text Example
White with #D80E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80E8F; }
p { color: rgb(216,14,143); }
H1.HeaderClassName
{
color: #D80E8F;
}
.AnyTagClassName
{
color: #D80E8F;
}
</style>
background-color css
<style>
a { background-color: #D80E8F; }
a { background-color: rgb(216,14,143); }
div.DivClassName
{
background-color: #D80E8F;
}
.BgClassName
{
background-color: #D80E8F;
}
</style>
border-color css
<style>
span { border-color: #D80E8F; }
span { border-color: rgb(216,14,143); }
td.TdClassName
{
border-color: #D80E8F;
}
.TagClassName
{
border-color: #D80E8F;
}
</style>