Shades of Medium Violet Red #D80382
Tints of Medium Violet Red #D80382
RGB
CMYK
RGB Variations
Color information
#D80382 (or 0xD80382) is known color: Medium Violet Red. HEX triplet: D8, 03 and 82. RGB value is (216,3,130). Sum of RGB (Red+Green+Blue) = 216+3+130=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80382 is #27FC7D. Grayscale: #505050. Windows color (decimal): -2620542 or 8520664. OLE color: 8520664.
HSL color Cylindrical-coordinate representation of color #D80382: hue angle of 324.23º degrees, saturation: 0.97, 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 #D80382 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 130 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.15 |
| HSL | 324.23º | 0.97% | 0.43% | - |
| HSV(B) | 324.23º | 0.99% | 0.85% | - |
| XYZ | 32.38 | 16.28 | 22.55 | - |
| YUV | 81.17 | 155.57 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 130 | 0 | 0.99 | 0.40 | 0.15 | 324.23 | 0.97 | 0.43 |
| Hex | D8 | 3 | 82 | 0 | 63 | 28 | F | 144 | 61 | 2B |
| Octal | 330 | 3 | 202 | 0 | 143 | 50 | 17 | 504 | 141 | 53 |
| Binary | 11011000 | 11 | 10000010 | 0 | 1100011 | 101000 | 1111 | 101000100 | 1100001 | 101011 |
Color Harmonies of #D80382
Complementary color
Monochromatic Colors of #D80382
Black with #D80382
Text Example
Text Example
White with #D80382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80382; }
p { color: rgb(216,3,130); }
H1.HeaderClassName
{
color: #D80382;
}
.AnyTagClassName
{
color: #D80382;
}
</style>
background-color css
<style>
a { background-color: #D80382; }
a { background-color: rgb(216,3,130); }
div.DivClassName
{
background-color: #D80382;
}
.BgClassName
{
background-color: #D80382;
}
</style>
border-color css
<style>
span { border-color: #D80382; }
span { border-color: rgb(216,3,130); }
td.TdClassName
{
border-color: #D80382;
}
.TagClassName
{
border-color: #D80382;
}
</style>