Shades of Medium Violet Red #D80D8C
Tints of Medium Violet Red #D80D8C
RGB
CMYK
RGB Variations
Color information
#D80D8C (or 0xD80D8C) is known color: Medium Violet Red. HEX triplet: D8, 0D and 8C. RGB value is (216,13,140). Sum of RGB (Red+Green+Blue) = 216+13+140=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80D8C is #27F273. Grayscale: #575757. Windows color (decimal): -2617972 or 9178584. OLE color: 9178584.
HSL color Cylindrical-coordinate representation of color #D80D8C: hue angle of 322.46º 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 #D80D8C is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 140 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.15 |
| HSL | 322.46º | 0.89% | 0.45% | - |
| HSV(B) | 322.46º | 0.94% | 0.85% | - |
| XYZ | 33.2 | 16.78 | 26.3 | - |
| YUV | 88.18 | 157.25 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 140 | 0 | 0.94 | 0.35 | 0.15 | 322.46 | 0.89 | 0.45 |
| Hex | D8 | D | 8C | 0 | 5E | 23 | F | 142 | 59 | 2D |
| Octal | 330 | 15 | 214 | 0 | 136 | 43 | 17 | 502 | 131 | 55 |
| Binary | 11011000 | 1101 | 10001100 | 0 | 1011110 | 100011 | 1111 | 101000010 | 1011001 | 101101 |
Color Harmonies of #D80D8C
Complementary color
Monochromatic Colors of #D80D8C
Black with #D80D8C
Text Example
Text Example
White with #D80D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D8C; }
p { color: rgb(216,13,140); }
H1.HeaderClassName
{
color: #D80D8C;
}
.AnyTagClassName
{
color: #D80D8C;
}
</style>
background-color css
<style>
a { background-color: #D80D8C; }
a { background-color: rgb(216,13,140); }
div.DivClassName
{
background-color: #D80D8C;
}
.BgClassName
{
background-color: #D80D8C;
}
</style>
border-color css
<style>
span { border-color: #D80D8C; }
span { border-color: rgb(216,13,140); }
td.TdClassName
{
border-color: #D80D8C;
}
.TagClassName
{
border-color: #D80D8C;
}
</style>