Shades of Medium Violet Red #D80D8B
Tints of Medium Violet Red #D80D8B
RGB
CMYK
RGB Variations
Color information
#D80D8B (or 0xD80D8B) is known color: Medium Violet Red. HEX triplet: D8, 0D and 8B. RGB value is (216,13,139). Sum of RGB (Red+Green+Blue) = 216+13+139=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80D8B is #27F274. Grayscale: #575757. Windows color (decimal): -2617973 or 9113048. OLE color: 9113048.
HSL color Cylindrical-coordinate representation of color #D80D8B: hue angle of 322.76º 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 #D80D8B is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 139 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.15 |
| HSL | 322.76º | 0.89% | 0.45% | - |
| HSV(B) | 322.76º | 0.94% | 0.85% | - |
| XYZ | 33.12 | 16.75 | 25.91 | - |
| YUV | 88.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 139 | 0 | 0.94 | 0.36 | 0.15 | 322.76 | 0.89 | 0.45 |
| Hex | D8 | D | 8B | 0 | 5E | 24 | F | 143 | 59 | 2D |
| Octal | 330 | 15 | 213 | 0 | 136 | 44 | 17 | 503 | 131 | 55 |
| Binary | 11011000 | 1101 | 10001011 | 0 | 1011110 | 100100 | 1111 | 101000011 | 1011001 | 101101 |
Color Harmonies of #D80D8B
Complementary color
Monochromatic Colors of #D80D8B
Black with #D80D8B
Text Example
Text Example
White with #D80D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D8B; }
p { color: rgb(216,13,139); }
H1.HeaderClassName
{
color: #D80D8B;
}
.AnyTagClassName
{
color: #D80D8B;
}
</style>
background-color css
<style>
a { background-color: #D80D8B; }
a { background-color: rgb(216,13,139); }
div.DivClassName
{
background-color: #D80D8B;
}
.BgClassName
{
background-color: #D80D8B;
}
</style>
border-color css
<style>
span { border-color: #D80D8B; }
span { border-color: rgb(216,13,139); }
td.TdClassName
{
border-color: #D80D8B;
}
.TagClassName
{
border-color: #D80D8B;
}
</style>