Shades of Medium Violet Red #D80585
Tints of Medium Violet Red #D80585
RGB
CMYK
RGB Variations
Color information
#D80585 (or 0xD80585) is known color: Medium Violet Red. HEX triplet: D8, 05 and 85. RGB value is (216,5,133). Sum of RGB (Red+Green+Blue) = 216+5+133=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D80585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80585 is #27FA7A. Grayscale: #525252. Windows color (decimal): -2620027 or 8717784. OLE color: 8717784.
HSL color Cylindrical-coordinate representation of color #D80585: hue angle of 323.6º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80585 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.15 |
| HSL | 323.6º | 0.95% | 0.43% | - |
| HSV(B) | 323.6º | 0.98% | 0.85% | - |
| XYZ | 32.61 | 16.4 | 23.64 | - |
| YUV | 82.68 | 156.4 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 133 | 0 | 0.98 | 0.38 | 0.15 | 323.6 | 0.95 | 0.43 |
| Hex | D8 | 5 | 85 | 0 | 62 | 26 | F | 144 | 5F | 2B |
| Octal | 330 | 5 | 205 | 0 | 142 | 46 | 17 | 504 | 137 | 53 |
| Binary | 11011000 | 101 | 10000101 | 0 | 1100010 | 100110 | 1111 | 101000100 | 1011111 | 101011 |
Color Harmonies of #D80585
Complementary color
Monochromatic Colors of #D80585
Black with #D80585
Text Example
Text Example
White with #D80585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80585; }
p { color: rgb(216,5,133); }
H1.HeaderClassName
{
color: #D80585;
}
.AnyTagClassName
{
color: #D80585;
}
</style>
background-color css
<style>
a { background-color: #D80585; }
a { background-color: rgb(216,5,133); }
div.DivClassName
{
background-color: #D80585;
}
.BgClassName
{
background-color: #D80585;
}
</style>
border-color css
<style>
span { border-color: #D80585; }
span { border-color: rgb(216,5,133); }
td.TdClassName
{
border-color: #D80585;
}
.TagClassName
{
border-color: #D80585;
}
</style>