Shades of Medium Violet Red #D80485
Tints of Medium Violet Red #D80485
RGB
CMYK
RGB Variations
Color information
#D80485 (or 0xD80485) is known color: Medium Violet Red. HEX triplet: D8, 04 and 85. RGB value is (216,4,133). Sum of RGB (Red+Green+Blue) = 216+4+133=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D80485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80485 is #27FB7A. Grayscale: #515151. Windows color (decimal): -2620283 or 8717528. OLE color: 8717528.
HSL color Cylindrical-coordinate representation of color #D80485: hue angle of 323.49º degrees, saturation: 0.96, 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 #D80485 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 133 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.15 |
| HSL | 323.49º | 0.96% | 0.43% | - |
| HSV(B) | 323.49º | 0.98% | 0.85% | - |
| XYZ | 32.6 | 16.38 | 23.63 | - |
| YUV | 82.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 133 | 0 | 0.98 | 0.38 | 0.15 | 323.49 | 0.96 | 0.43 |
| Hex | D8 | 4 | 85 | 0 | 62 | 26 | F | 143 | 60 | 2B |
| Octal | 330 | 4 | 205 | 0 | 142 | 46 | 17 | 503 | 140 | 53 |
| Binary | 11011000 | 100 | 10000101 | 0 | 1100010 | 100110 | 1111 | 101000011 | 1100000 | 101011 |
Color Harmonies of #D80485
Complementary color
Monochromatic Colors of #D80485
Black with #D80485
Text Example
Text Example
White with #D80485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80485; }
p { color: rgb(216,4,133); }
H1.HeaderClassName
{
color: #D80485;
}
.AnyTagClassName
{
color: #D80485;
}
</style>
background-color css
<style>
a { background-color: #D80485; }
a { background-color: rgb(216,4,133); }
div.DivClassName
{
background-color: #D80485;
}
.BgClassName
{
background-color: #D80485;
}
</style>
border-color css
<style>
span { border-color: #D80485; }
span { border-color: rgb(216,4,133); }
td.TdClassName
{
border-color: #D80485;
}
.TagClassName
{
border-color: #D80485;
}
</style>