Shades of Medium Violet Red #D61486
Tints of Medium Violet Red #D61486
RGB
CMYK
RGB Variations
Color information
#D61486 (or 0xD61486) is known color: Medium Violet Red. HEX triplet: D6, 14 and 86. RGB value is (214,20,134). Sum of RGB (Red+Green+Blue) = 214+20+134=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D61486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61486 is #29EB79. Grayscale: #5A5A5A. Windows color (decimal): -2747258 or 8787158. OLE color: 8787158.
HSL color Cylindrical-coordinate representation of color #D61486: hue angle of 324.74º 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 #D61486 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 134 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.16 |
| HSL | 324.74º | 0.83% | 0.46% | - |
| HSV(B) | 324.74º | 0.91% | 0.84% | - |
| XYZ | 32.28 | 16.52 | 24.04 | - |
| YUV | 91 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 134 | 0 | 0.91 | 0.37 | 0.16 | 324.74 | 0.83 | 0.46 |
| Hex | D6 | 14 | 86 | 0 | 5B | 25 | 10 | 145 | 53 | 2E |
| Octal | 326 | 24 | 206 | 0 | 133 | 45 | 20 | 505 | 123 | 56 |
| Binary | 11010110 | 10100 | 10000110 | 0 | 1011011 | 100101 | 10000 | 101000101 | 1010011 | 101110 |
Color Harmonies of #D61486
Complementary color
Monochromatic Colors of #D61486
Black with #D61486
Text Example
Text Example
White with #D61486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61486; }
p { color: rgb(214,20,134); }
H1.HeaderClassName
{
color: #D61486;
}
.AnyTagClassName
{
color: #D61486;
}
</style>
background-color css
<style>
a { background-color: #D61486; }
a { background-color: rgb(214,20,134); }
div.DivClassName
{
background-color: #D61486;
}
.BgClassName
{
background-color: #D61486;
}
</style>
border-color css
<style>
span { border-color: #D61486; }
span { border-color: rgb(214,20,134); }
td.TdClassName
{
border-color: #D61486;
}
.TagClassName
{
border-color: #D61486;
}
</style>