Shades of Medium Violet Red #D51482
Tints of Medium Violet Red #D51482
RGB
CMYK
RGB Variations
Color information
#D51482 (or 0xD51482) is known color: Medium Violet Red. HEX triplet: D5, 14 and 82. RGB value is (213,20,130). Sum of RGB (Red+Green+Blue) = 213+20+130=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D51482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51482 is #2AEB7D. Grayscale: #5A5A5A. Windows color (decimal): -2812798 or 8525013. OLE color: 8525013.
HSL color Cylindrical-coordinate representation of color #D51482: hue angle of 325.8º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51482 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 130 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.16 |
| HSL | 325.8º | 0.83% | 0.46% | - |
| HSV(B) | 325.8º | 0.91% | 0.84% | - |
| XYZ | 31.72 | 16.26 | 22.59 | - |
| YUV | 90.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 130 | 0 | 0.91 | 0.39 | 0.16 | 325.8 | 0.83 | 0.46 |
| Hex | D5 | 14 | 82 | 0 | 5B | 27 | 10 | 146 | 53 | 2E |
| Octal | 325 | 24 | 202 | 0 | 133 | 47 | 20 | 506 | 123 | 56 |
| Binary | 11010101 | 10100 | 10000010 | 0 | 1011011 | 100111 | 10000 | 101000110 | 1010011 | 101110 |
Color Harmonies of #D51482
Complementary color
Monochromatic Colors of #D51482
Black with #D51482
Text Example
Text Example
White with #D51482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51482; }
p { color: rgb(213,20,130); }
H1.HeaderClassName
{
color: #D51482;
}
.AnyTagClassName
{
color: #D51482;
}
</style>
background-color css
<style>
a { background-color: #D51482; }
a { background-color: rgb(213,20,130); }
div.DivClassName
{
background-color: #D51482;
}
.BgClassName
{
background-color: #D51482;
}
</style>
border-color css
<style>
span { border-color: #D51482; }
span { border-color: rgb(213,20,130); }
td.TdClassName
{
border-color: #D51482;
}
.TagClassName
{
border-color: #D51482;
}
</style>