Shades of Medium Violet Red #D61987
Tints of Medium Violet Red #D61987
RGB
CMYK
RGB Variations
Color information
#D61987 (or 0xD61987) is known color: Medium Violet Red. HEX triplet: D6, 19 and 87. RGB value is (214,25,135). Sum of RGB (Red+Green+Blue) = 214+25+135=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D61987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61987 is #29E678. Grayscale: #5D5D5D. Windows color (decimal): -2745977 or 8853974. OLE color: 8853974.
HSL color Cylindrical-coordinate representation of color #D61987: hue angle of 325.08º degrees, saturation: 0.79, 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 #D61987 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 135 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.16 |
| HSL | 325.08º | 0.79% | 0.47% | - |
| HSV(B) | 325.08º | 0.88% | 0.84% | - |
| XYZ | 32.45 | 16.74 | 24.44 | - |
| YUV | 94.05 | 151.12 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 135 | 0 | 0.88 | 0.37 | 0.16 | 325.08 | 0.79 | 0.47 |
| Hex | D6 | 19 | 87 | 0 | 58 | 25 | 10 | 145 | 4F | 2F |
| Octal | 326 | 31 | 207 | 0 | 130 | 45 | 20 | 505 | 117 | 57 |
| Binary | 11010110 | 11001 | 10000111 | 0 | 1011000 | 100101 | 10000 | 101000101 | 1001111 | 101111 |
Color Harmonies of #D61987
Complementary color
Monochromatic Colors of #D61987
Black with #D61987
Text Example
Text Example
White with #D61987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61987; }
p { color: rgb(214,25,135); }
H1.HeaderClassName
{
color: #D61987;
}
.AnyTagClassName
{
color: #D61987;
}
</style>
background-color css
<style>
a { background-color: #D61987; }
a { background-color: rgb(214,25,135); }
div.DivClassName
{
background-color: #D61987;
}
.BgClassName
{
background-color: #D61987;
}
</style>
border-color css
<style>
span { border-color: #D61987; }
span { border-color: rgb(214,25,135); }
td.TdClassName
{
border-color: #D61987;
}
.TagClassName
{
border-color: #D61987;
}
</style>