Shades of Medium Violet Red #D30882
Tints of Medium Violet Red #D30882
RGB
CMYK
RGB Variations
Color information
#D30882 (or 0xD30882) is known color: Medium Violet Red. HEX triplet: D3, 08 and 82. RGB value is (211,8,130). Sum of RGB (Red+Green+Blue) = 211+8+130=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D30882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30882 is #2CF77D. Grayscale: #525252. Windows color (decimal): -2946942 or 8521939. OLE color: 8521939.
HSL color Cylindrical-coordinate representation of color #D30882: hue angle of 323.94º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30882 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.17 |
| HSL | 323.94º | 0.93% | 0.43% | - |
| HSV(B) | 323.94º | 0.96% | 0.83% | - |
| XYZ | 30.98 | 15.63 | 22.5 | - |
| YUV | 82.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 130 | 0 | 0.96 | 0.38 | 0.17 | 323.94 | 0.93 | 0.43 |
| Hex | D3 | 8 | 82 | 0 | 60 | 26 | 11 | 144 | 5D | 2B |
| Octal | 323 | 10 | 202 | 0 | 140 | 46 | 21 | 504 | 135 | 53 |
| Binary | 11010011 | 1000 | 10000010 | 0 | 1100000 | 100110 | 10001 | 101000100 | 1011101 | 101011 |
Color Harmonies of #D30882
Complementary color
Monochromatic Colors of #D30882
Black with #D30882
Text Example
Text Example
White with #D30882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30882; }
p { color: rgb(211,8,130); }
H1.HeaderClassName
{
color: #D30882;
}
.AnyTagClassName
{
color: #D30882;
}
</style>
background-color css
<style>
a { background-color: #D30882; }
a { background-color: rgb(211,8,130); }
div.DivClassName
{
background-color: #D30882;
}
.BgClassName
{
background-color: #D30882;
}
</style>
border-color css
<style>
span { border-color: #D30882; }
span { border-color: rgb(211,8,130); }
td.TdClassName
{
border-color: #D30882;
}
.TagClassName
{
border-color: #D30882;
}
</style>