Shades of Medium Violet Red #D50882
Tints of Medium Violet Red #D50882
RGB
CMYK
RGB Variations
Color information
#D50882 (or 0xD50882) is known color: Medium Violet Red. HEX triplet: D5, 08 and 82. RGB value is (213,8,130). Sum of RGB (Red+Green+Blue) = 213+8+130=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D50882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50882 is #2AF77D. Grayscale: #525252. Windows color (decimal): -2815870 or 8521941. OLE color: 8521941.
HSL color Cylindrical-coordinate representation of color #D50882: hue angle of 324.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50882 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 130 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.16 |
| HSL | 324.29º | 0.93% | 0.43% | - |
| HSV(B) | 324.29º | 0.96% | 0.84% | - |
| XYZ | 31.56 | 15.93 | 22.53 | - |
| YUV | 83.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 130 | 0 | 0.96 | 0.39 | 0.16 | 324.29 | 0.93 | 0.43 |
| Hex | D5 | 8 | 82 | 0 | 60 | 27 | 10 | 144 | 5D | 2B |
| Octal | 325 | 10 | 202 | 0 | 140 | 47 | 20 | 504 | 135 | 53 |
| Binary | 11010101 | 1000 | 10000010 | 0 | 1100000 | 100111 | 10000 | 101000100 | 1011101 | 101011 |
Color Harmonies of #D50882
Complementary color
Monochromatic Colors of #D50882
Black with #D50882
Text Example
Text Example
White with #D50882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50882; }
p { color: rgb(213,8,130); }
H1.HeaderClassName
{
color: #D50882;
}
.AnyTagClassName
{
color: #D50882;
}
</style>
background-color css
<style>
a { background-color: #D50882; }
a { background-color: rgb(213,8,130); }
div.DivClassName
{
background-color: #D50882;
}
.BgClassName
{
background-color: #D50882;
}
</style>
border-color css
<style>
span { border-color: #D50882; }
span { border-color: rgb(213,8,130); }
td.TdClassName
{
border-color: #D50882;
}
.TagClassName
{
border-color: #D50882;
}
</style>