Shades of Medium Violet Red #D80D85
Tints of Medium Violet Red #D80D85
RGB
CMYK
RGB Variations
Color information
#D80D85 (or 0xD80D85) is known color: Medium Violet Red. HEX triplet: D8, 0D and 85. RGB value is (216,13,133). Sum of RGB (Red+Green+Blue) = 216+13+133=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80D85 is #27F27A. Grayscale: #575757. Windows color (decimal): -2617979 or 8719832. OLE color: 8719832.
HSL color Cylindrical-coordinate representation of color #D80D85: hue angle of 324.53º 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 #D80D85 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 133 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.15 |
| HSL | 324.53º | 0.89% | 0.45% | - |
| HSV(B) | 324.53º | 0.94% | 0.85% | - |
| XYZ | 32.7 | 16.58 | 23.67 | - |
| YUV | 87.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 133 | 0 | 0.94 | 0.38 | 0.15 | 324.53 | 0.89 | 0.45 |
| Hex | D8 | D | 85 | 0 | 5E | 26 | F | 145 | 59 | 2D |
| Octal | 330 | 15 | 205 | 0 | 136 | 46 | 17 | 505 | 131 | 55 |
| Binary | 11011000 | 1101 | 10000101 | 0 | 1011110 | 100110 | 1111 | 101000101 | 1011001 | 101101 |
Color Harmonies of #D80D85
Complementary color
Monochromatic Colors of #D80D85
Black with #D80D85
Text Example
Text Example
White with #D80D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D85; }
p { color: rgb(216,13,133); }
H1.HeaderClassName
{
color: #D80D85;
}
.AnyTagClassName
{
color: #D80D85;
}
</style>
background-color css
<style>
a { background-color: #D80D85; }
a { background-color: rgb(216,13,133); }
div.DivClassName
{
background-color: #D80D85;
}
.BgClassName
{
background-color: #D80D85;
}
</style>
border-color css
<style>
span { border-color: #D80D85; }
span { border-color: rgb(216,13,133); }
td.TdClassName
{
border-color: #D80D85;
}
.TagClassName
{
border-color: #D80D85;
}
</style>