Shades of Medium Violet Red #D61582
Tints of Medium Violet Red #D61582
RGB
CMYK
RGB Variations
Color information
#D61582 (or 0xD61582) is known color: Medium Violet Red. HEX triplet: D6, 15 and 82. RGB value is (214,21,130). Sum of RGB (Red+Green+Blue) = 214+21+130=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D61582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61582 is #29EA7D. Grayscale: #5A5A5A. Windows color (decimal): -2747006 or 8525270. OLE color: 8525270.
HSL color Cylindrical-coordinate representation of color #D61582: hue angle of 326.11º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61582 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 130 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.16 |
| HSL | 326.11º | 0.82% | 0.46% | - |
| HSV(B) | 326.11º | 0.9% | 0.84% | - |
| XYZ | 32.03 | 16.44 | 22.61 | - |
| YUV | 91.13 | 149.94 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 130 | 0 | 0.90 | 0.39 | 0.16 | 326.11 | 0.82 | 0.46 |
| Hex | D6 | 15 | 82 | 0 | 5A | 27 | 10 | 146 | 52 | 2E |
| Octal | 326 | 25 | 202 | 0 | 132 | 47 | 20 | 506 | 122 | 56 |
| Binary | 11010110 | 10101 | 10000010 | 0 | 1011010 | 100111 | 10000 | 101000110 | 1010010 | 101110 |
Color Harmonies of #D61582
Complementary color
Monochromatic Colors of #D61582
Black with #D61582
Text Example
Text Example
White with #D61582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61582; }
p { color: rgb(214,21,130); }
H1.HeaderClassName
{
color: #D61582;
}
.AnyTagClassName
{
color: #D61582;
}
</style>
background-color css
<style>
a { background-color: #D61582; }
a { background-color: rgb(214,21,130); }
div.DivClassName
{
background-color: #D61582;
}
.BgClassName
{
background-color: #D61582;
}
</style>
border-color css
<style>
span { border-color: #D61582; }
span { border-color: rgb(214,21,130); }
td.TdClassName
{
border-color: #D61582;
}
.TagClassName
{
border-color: #D61582;
}
</style>