Shades of Medium Violet Red #D61387
Tints of Medium Violet Red #D61387
RGB
CMYK
RGB Variations
Color information
#D61387 (or 0xD61387) is known color: Medium Violet Red. HEX triplet: D6, 13 and 87. RGB value is (214,19,135). Sum of RGB (Red+Green+Blue) = 214+19+135=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D61387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61387 is #29EC78. Grayscale: #5A5A5A. Windows color (decimal): -2747513 or 8852438. OLE color: 8852438.
HSL color Cylindrical-coordinate representation of color #D61387: hue angle of 324.31º degrees, saturation: 0.84, 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 #D61387 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 135 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.16 |
| HSL | 324.31º | 0.84% | 0.46% | - |
| HSV(B) | 324.31º | 0.91% | 0.84% | - |
| XYZ | 32.34 | 16.51 | 24.4 | - |
| YUV | 90.53 | 153.1 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 135 | 0 | 0.91 | 0.37 | 0.16 | 324.31 | 0.84 | 0.46 |
| Hex | D6 | 13 | 87 | 0 | 5B | 25 | 10 | 144 | 54 | 2E |
| Octal | 326 | 23 | 207 | 0 | 133 | 45 | 20 | 504 | 124 | 56 |
| Binary | 11010110 | 10011 | 10000111 | 0 | 1011011 | 100101 | 10000 | 101000100 | 1010100 | 101110 |
Color Harmonies of #D61387
Complementary color
Monochromatic Colors of #D61387
Black with #D61387
Text Example
Text Example
White with #D61387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61387; }
p { color: rgb(214,19,135); }
H1.HeaderClassName
{
color: #D61387;
}
.AnyTagClassName
{
color: #D61387;
}
</style>
background-color css
<style>
a { background-color: #D61387; }
a { background-color: rgb(214,19,135); }
div.DivClassName
{
background-color: #D61387;
}
.BgClassName
{
background-color: #D61387;
}
</style>
border-color css
<style>
span { border-color: #D61387; }
span { border-color: rgb(214,19,135); }
td.TdClassName
{
border-color: #D61387;
}
.TagClassName
{
border-color: #D61387;
}
</style>