Shades of Medium Violet Red #D61391
Tints of Medium Violet Red #D61391
RGB
CMYK
RGB Variations
Color information
#D61391 (or 0xD61391) is known color: Medium Violet Red. HEX triplet: D6, 13 and 91. RGB value is (214,19,145). Sum of RGB (Red+Green+Blue) = 214+19+145=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D61391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61391 is #29EC6E. Grayscale: #5B5B5B. Windows color (decimal): -2747503 or 9507798. OLE color: 9507798.
HSL color Cylindrical-coordinate representation of color #D61391: hue angle of 321.23º 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 #D61391 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 145 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.16 |
| HSL | 321.23º | 0.84% | 0.46% | - |
| HSV(B) | 321.23º | 0.91% | 0.84% | - |
| XYZ | 33.08 | 16.81 | 28.29 | - |
| YUV | 91.67 | 158.1 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 145 | 0 | 0.91 | 0.32 | 0.16 | 321.23 | 0.84 | 0.46 |
| Hex | D6 | 13 | 91 | 0 | 5B | 20 | 10 | 141 | 54 | 2E |
| Octal | 326 | 23 | 221 | 0 | 133 | 40 | 20 | 501 | 124 | 56 |
| Binary | 11010110 | 10011 | 10010001 | 0 | 1011011 | 100000 | 10000 | 101000001 | 1010100 | 101110 |
Color Harmonies of #D61391
Complementary color
Monochromatic Colors of #D61391
Black with #D61391
Text Example
Text Example
White with #D61391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61391; }
p { color: rgb(214,19,145); }
H1.HeaderClassName
{
color: #D61391;
}
.AnyTagClassName
{
color: #D61391;
}
</style>
background-color css
<style>
a { background-color: #D61391; }
a { background-color: rgb(214,19,145); }
div.DivClassName
{
background-color: #D61391;
}
.BgClassName
{
background-color: #D61391;
}
</style>
border-color css
<style>
span { border-color: #D61391; }
span { border-color: rgb(214,19,145); }
td.TdClassName
{
border-color: #D61391;
}
.TagClassName
{
border-color: #D61391;
}
</style>