Shades of Medium Violet Red #D51382
Tints of Medium Violet Red #D51382
RGB
CMYK
RGB Variations
Color information
#D51382 (or 0xD51382) is known color: Medium Violet Red. HEX triplet: D5, 13 and 82. RGB value is (213,19,130). Sum of RGB (Red+Green+Blue) = 213+19+130=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D51382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51382 is #2AEC7D. Grayscale: #595959. Windows color (decimal): -2813054 or 8524757. OLE color: 8524757.
HSL color Cylindrical-coordinate representation of color #D51382: hue angle of 325.67º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51382 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 130 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.16 |
| HSL | 325.67º | 0.84% | 0.45% | - |
| HSV(B) | 325.67º | 0.91% | 0.84% | - |
| XYZ | 31.7 | 16.22 | 22.58 | - |
| YUV | 89.66 | 150.77 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 130 | 0 | 0.91 | 0.39 | 0.16 | 325.67 | 0.84 | 0.45 |
| Hex | D5 | 13 | 82 | 0 | 5B | 27 | 10 | 146 | 54 | 2D |
| Octal | 325 | 23 | 202 | 0 | 133 | 47 | 20 | 506 | 124 | 55 |
| Binary | 11010101 | 10011 | 10000010 | 0 | 1011011 | 100111 | 10000 | 101000110 | 1010100 | 101101 |
Color Harmonies of #D51382
Complementary color
Monochromatic Colors of #D51382
Black with #D51382
Text Example
Text Example
White with #D51382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51382; }
p { color: rgb(213,19,130); }
H1.HeaderClassName
{
color: #D51382;
}
.AnyTagClassName
{
color: #D51382;
}
</style>
background-color css
<style>
a { background-color: #D51382; }
a { background-color: rgb(213,19,130); }
div.DivClassName
{
background-color: #D51382;
}
.BgClassName
{
background-color: #D51382;
}
</style>
border-color css
<style>
span { border-color: #D51382; }
span { border-color: rgb(213,19,130); }
td.TdClassName
{
border-color: #D51382;
}
.TagClassName
{
border-color: #D51382;
}
</style>