Shades of Medium Violet Red #D61A87
Tints of Medium Violet Red #D61A87
RGB
CMYK
RGB Variations
Color information
#D61A87 (or 0xD61A87) is known color: Medium Violet Red. HEX triplet: D6, 1A and 87. RGB value is (214,26,135). Sum of RGB (Red+Green+Blue) = 214+26+135=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A87 is #29E578. Grayscale: #5E5E5E. Windows color (decimal): -2745721 or 8854230. OLE color: 8854230.
HSL color Cylindrical-coordinate representation of color #D61A87: hue angle of 325.21º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A87 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 135 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.16 |
| HSL | 325.21º | 0.78% | 0.47% | - |
| HSV(B) | 325.21º | 0.88% | 0.84% | - |
| XYZ | 32.47 | 16.78 | 24.45 | - |
| YUV | 94.64 | 150.78 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 135 | 0 | 0.88 | 0.37 | 0.16 | 325.21 | 0.78 | 0.47 |
| Hex | D6 | 1A | 87 | 0 | 58 | 25 | 10 | 145 | 4E | 2F |
| Octal | 326 | 32 | 207 | 0 | 130 | 45 | 20 | 505 | 116 | 57 |
| Binary | 11010110 | 11010 | 10000111 | 0 | 1011000 | 100101 | 10000 | 101000101 | 1001110 | 101111 |
Color Harmonies of #D61A87
Complementary color
Monochromatic Colors of #D61A87
Black with #D61A87
Text Example
Text Example
White with #D61A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A87; }
p { color: rgb(214,26,135); }
H1.HeaderClassName
{
color: #D61A87;
}
.AnyTagClassName
{
color: #D61A87;
}
</style>
background-color css
<style>
a { background-color: #D61A87; }
a { background-color: rgb(214,26,135); }
div.DivClassName
{
background-color: #D61A87;
}
.BgClassName
{
background-color: #D61A87;
}
</style>
border-color css
<style>
span { border-color: #D61A87; }
span { border-color: rgb(214,26,135); }
td.TdClassName
{
border-color: #D61A87;
}
.TagClassName
{
border-color: #D61A87;
}
</style>