Shades of Medium Violet Red #D50084
Tints of Medium Violet Red #D50084
RGB
CMYK
RGB Variations
Color information
#D50084 (or 0xD50084) is known color: Medium Violet Red. HEX triplet: D5, 00 and 84. RGB value is (213,0,132). Sum of RGB (Red+Green+Blue) = 213+0+132=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D50084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50084 is #2AFF7B. Grayscale: #4E4E4E. Windows color (decimal): -2817916 or 8650965. OLE color: 8650965.
HSL color Cylindrical-coordinate representation of color #D50084: hue angle of 322.82º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50084 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.38 | 0.16 |
| HSL | 322.82º | 1% | 0.42% | - |
| HSV(B) | 322.82º | 1% | 0.84% | - |
| XYZ | 31.61 | 15.81 | 23.22 | - |
| YUV | 78.74 | 158.07 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 132 | 0 | 1 | 0.38 | 0.16 | 322.82 | 1 | 0.42 |
| Hex | D5 | 0 | 84 | 0 | 64 | 26 | 10 | 143 | 64 | 2A |
| Octal | 325 | 0 | 204 | 0 | 144 | 46 | 20 | 503 | 144 | 52 |
| Binary | 11010101 | 0 | 10000100 | 0 | 1100100 | 100110 | 10000 | 101000011 | 1100100 | 101010 |
Color Harmonies of #D50084
Complementary color
Monochromatic Colors of #D50084
Black with #D50084
Text Example
Text Example
White with #D50084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50084; }
p { color: rgb(213,0,132); }
H1.HeaderClassName
{
color: #D50084;
}
.AnyTagClassName
{
color: #D50084;
}
</style>
background-color css
<style>
a { background-color: #D50084; }
a { background-color: rgb(213,0,132); }
div.DivClassName
{
background-color: #D50084;
}
.BgClassName
{
background-color: #D50084;
}
</style>
border-color css
<style>
span { border-color: #D50084; }
span { border-color: rgb(213,0,132); }
td.TdClassName
{
border-color: #D50084;
}
.TagClassName
{
border-color: #D50084;
}
</style>