Shades of Medium Violet Red #D61385
Tints of Medium Violet Red #D61385
RGB
CMYK
RGB Variations
Color information
#D61385 (or 0xD61385) is known color: Medium Violet Red. HEX triplet: D6, 13 and 85. RGB value is (214,19,133). Sum of RGB (Red+Green+Blue) = 214+19+133=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D61385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61385 is #29EC7A. Grayscale: #5A5A5A. Windows color (decimal): -2747515 or 8721366. OLE color: 8721366.
HSL color Cylindrical-coordinate representation of color #D61385: hue angle of 324.92º 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 #D61385 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.16 |
| HSL | 324.92º | 0.84% | 0.46% | - |
| HSV(B) | 324.92º | 0.91% | 0.84% | - |
| XYZ | 32.2 | 16.46 | 23.67 | - |
| YUV | 90.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 133 | 0 | 0.91 | 0.38 | 0.16 | 324.92 | 0.84 | 0.46 |
| Hex | D6 | 13 | 85 | 0 | 5B | 26 | 10 | 145 | 54 | 2E |
| Octal | 326 | 23 | 205 | 0 | 133 | 46 | 20 | 505 | 124 | 56 |
| Binary | 11010110 | 10011 | 10000101 | 0 | 1011011 | 100110 | 10000 | 101000101 | 1010100 | 101110 |
Color Harmonies of #D61385
Complementary color
Monochromatic Colors of #D61385
Black with #D61385
Text Example
Text Example
White with #D61385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61385; }
p { color: rgb(214,19,133); }
H1.HeaderClassName
{
color: #D61385;
}
.AnyTagClassName
{
color: #D61385;
}
</style>
background-color css
<style>
a { background-color: #D61385; }
a { background-color: rgb(214,19,133); }
div.DivClassName
{
background-color: #D61385;
}
.BgClassName
{
background-color: #D61385;
}
</style>
border-color css
<style>
span { border-color: #D61385; }
span { border-color: rgb(214,19,133); }
td.TdClassName
{
border-color: #D61385;
}
.TagClassName
{
border-color: #D61385;
}
</style>