Shades of Medium Violet Red #D51184
Tints of Medium Violet Red #D51184
RGB
CMYK
RGB Variations
Color information
#D51184 (or 0xD51184) is known color: Medium Violet Red. HEX triplet: D5, 11 and 84. RGB value is (213,17,132). Sum of RGB (Red+Green+Blue) = 213+17+132=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D51184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51184 is #2AEE7B. Grayscale: #585858. Windows color (decimal): -2813564 or 8655317. OLE color: 8655317.
HSL color Cylindrical-coordinate representation of color #D51184: hue angle of 324.8º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51184 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 132 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.16 |
| HSL | 324.8º | 0.85% | 0.45% | - |
| HSV(B) | 324.8º | 0.92% | 0.84% | - |
| XYZ | 31.81 | 16.21 | 23.28 | - |
| YUV | 88.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 132 | 0 | 0.92 | 0.38 | 0.16 | 324.8 | 0.85 | 0.45 |
| Hex | D5 | 11 | 84 | 0 | 5C | 26 | 10 | 145 | 55 | 2D |
| Octal | 325 | 21 | 204 | 0 | 134 | 46 | 20 | 505 | 125 | 55 |
| Binary | 11010101 | 10001 | 10000100 | 0 | 1011100 | 100110 | 10000 | 101000101 | 1010101 | 101101 |
Color Harmonies of #D51184
Complementary color
Monochromatic Colors of #D51184
Black with #D51184
Text Example
Text Example
White with #D51184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51184; }
p { color: rgb(213,17,132); }
H1.HeaderClassName
{
color: #D51184;
}
.AnyTagClassName
{
color: #D51184;
}
</style>
background-color css
<style>
a { background-color: #D51184; }
a { background-color: rgb(213,17,132); }
div.DivClassName
{
background-color: #D51184;
}
.BgClassName
{
background-color: #D51184;
}
</style>
border-color css
<style>
span { border-color: #D51184; }
span { border-color: rgb(213,17,132); }
td.TdClassName
{
border-color: #D51184;
}
.TagClassName
{
border-color: #D51184;
}
</style>