Shades of Medium Violet Red #D80085
Tints of Medium Violet Red #D80085
RGB
CMYK
RGB Variations
Color information
#D80085 (or 0xD80085) is known color: Medium Violet Red. HEX triplet: D8, 00 and 85. RGB value is (216,0,133). Sum of RGB (Red+Green+Blue) = 216+0+133=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80085 is #27FF7A. Grayscale: #4F4F4F. Windows color (decimal): -2621307 or 8716504. OLE color: 8716504.
HSL color Cylindrical-coordinate representation of color #D80085: hue angle of 323.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80085 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.38 | 0.15 |
| HSL | 323.06º | 1% | 0.42% | - |
| HSV(B) | 323.06º | 1% | 0.85% | - |
| XYZ | 32.55 | 16.29 | 23.62 | - |
| YUV | 79.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 133 | 0 | 1 | 0.38 | 0.15 | 323.06 | 1 | 0.42 |
| Hex | D8 | 0 | 85 | 0 | 64 | 26 | F | 143 | 64 | 2A |
| Octal | 330 | 0 | 205 | 0 | 144 | 46 | 17 | 503 | 144 | 52 |
| Binary | 11011000 | 0 | 10000101 | 0 | 1100100 | 100110 | 1111 | 101000011 | 1100100 | 101010 |
Color Harmonies of #D80085
Complementary color
Monochromatic Colors of #D80085
Black with #D80085
Text Example
Text Example
White with #D80085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80085; }
p { color: rgb(216,0,133); }
H1.HeaderClassName
{
color: #D80085;
}
.AnyTagClassName
{
color: #D80085;
}
</style>
background-color css
<style>
a { background-color: #D80085; }
a { background-color: rgb(216,0,133); }
div.DivClassName
{
background-color: #D80085;
}
.BgClassName
{
background-color: #D80085;
}
</style>
border-color css
<style>
span { border-color: #D80085; }
span { border-color: rgb(216,0,133); }
td.TdClassName
{
border-color: #D80085;
}
.TagClassName
{
border-color: #D80085;
}
</style>