Shades of Medium Violet Red #D61583
Tints of Medium Violet Red #D61583
RGB
CMYK
RGB Variations
Color information
#D61583 (or 0xD61583) is known color: Medium Violet Red. HEX triplet: D6, 15 and 83. RGB value is (214,21,131). Sum of RGB (Red+Green+Blue) = 214+21+131=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D61583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61583 is #29EA7C. Grayscale: #5B5B5B. Windows color (decimal): -2747005 or 8590806. OLE color: 8590806.
HSL color Cylindrical-coordinate representation of color #D61583: hue angle of 325.8º 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 #D61583 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 131 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.16 |
| HSL | 325.8º | 0.82% | 0.46% | - |
| HSV(B) | 325.8º | 0.9% | 0.84% | - |
| XYZ | 32.1 | 16.47 | 22.96 | - |
| YUV | 91.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 131 | 0 | 0.90 | 0.39 | 0.16 | 325.8 | 0.82 | 0.46 |
| Hex | D6 | 15 | 83 | 0 | 5A | 27 | 10 | 146 | 52 | 2E |
| Octal | 326 | 25 | 203 | 0 | 132 | 47 | 20 | 506 | 122 | 56 |
| Binary | 11010110 | 10101 | 10000011 | 0 | 1011010 | 100111 | 10000 | 101000110 | 1010010 | 101110 |
Color Harmonies of #D61583
Complementary color
Monochromatic Colors of #D61583
Black with #D61583
Text Example
Text Example
White with #D61583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61583; }
p { color: rgb(214,21,131); }
H1.HeaderClassName
{
color: #D61583;
}
.AnyTagClassName
{
color: #D61583;
}
</style>
background-color css
<style>
a { background-color: #D61583; }
a { background-color: rgb(214,21,131); }
div.DivClassName
{
background-color: #D61583;
}
.BgClassName
{
background-color: #D61583;
}
</style>
border-color css
<style>
span { border-color: #D61583; }
span { border-color: rgb(214,21,131); }
td.TdClassName
{
border-color: #D61583;
}
.TagClassName
{
border-color: #D61583;
}
</style>