Shades of Medium Violet Red #D80280
Tints of Medium Violet Red #D80280
RGB
CMYK
RGB Variations
Color information
#D80280 (or 0xD80280) is known color: Medium Violet Red. HEX triplet: D8, 02 and 80. RGB value is (216,2,128). Sum of RGB (Red+Green+Blue) = 216+2+128=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D80280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80280 is #27FD7F. Grayscale: #505050. Windows color (decimal): -2620800 or 8389336. OLE color: 8389336.
HSL color Cylindrical-coordinate representation of color #D80280: hue angle of 324.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80280 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.15 |
| HSL | 324.67º | 0.98% | 0.43% | - |
| HSV(B) | 324.67º | 0.99% | 0.85% | - |
| XYZ | 32.24 | 16.2 | 21.85 | - |
| YUV | 80.35 | 154.9 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 128 | 0 | 0.99 | 0.41 | 0.15 | 324.67 | 0.98 | 0.43 |
| Hex | D8 | 2 | 80 | 0 | 63 | 29 | F | 145 | 62 | 2B |
| Octal | 330 | 2 | 200 | 0 | 143 | 51 | 17 | 505 | 142 | 53 |
| Binary | 11011000 | 10 | 10000000 | 0 | 1100011 | 101001 | 1111 | 101000101 | 1100010 | 101011 |
Color Harmonies of #D80280
Complementary color
Monochromatic Colors of #D80280
Black with #D80280
Text Example
Text Example
White with #D80280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80280; }
p { color: rgb(216,2,128); }
H1.HeaderClassName
{
color: #D80280;
}
.AnyTagClassName
{
color: #D80280;
}
</style>
background-color css
<style>
a { background-color: #D80280; }
a { background-color: rgb(216,2,128); }
div.DivClassName
{
background-color: #D80280;
}
.BgClassName
{
background-color: #D80280;
}
</style>
border-color css
<style>
span { border-color: #D80280; }
span { border-color: rgb(216,2,128); }
td.TdClassName
{
border-color: #D80280;
}
.TagClassName
{
border-color: #D80280;
}
</style>