Shades of Medium Violet Red #D61781
Tints of Medium Violet Red #D61781
RGB
CMYK
RGB Variations
Color information
#D61781 (or 0xD61781) is known color: Medium Violet Red. HEX triplet: D6, 17 and 81. RGB value is (214,23,129). Sum of RGB (Red+Green+Blue) = 214+23+129=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D61781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61781 is #29E87E. Grayscale: #5B5B5B. Windows color (decimal): -2746495 or 8460246. OLE color: 8460246.
HSL color Cylindrical-coordinate representation of color #D61781: hue angle of 326.7º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61781 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 129 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.16 |
| HSL | 326.7º | 0.81% | 0.46% | - |
| HSV(B) | 326.7º | 0.89% | 0.84% | - |
| XYZ | 32 | 16.49 | 22.27 | - |
| YUV | 92.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 129 | 0 | 0.89 | 0.40 | 0.16 | 326.7 | 0.81 | 0.46 |
| Hex | D6 | 17 | 81 | 0 | 59 | 28 | 10 | 147 | 51 | 2E |
| Octal | 326 | 27 | 201 | 0 | 131 | 50 | 20 | 507 | 121 | 56 |
| Binary | 11010110 | 10111 | 10000001 | 0 | 1011001 | 101000 | 10000 | 101000111 | 1010001 | 101110 |
Color Harmonies of #D61781
Complementary color
Monochromatic Colors of #D61781
Black with #D61781
Text Example
Text Example
White with #D61781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61781; }
p { color: rgb(214,23,129); }
H1.HeaderClassName
{
color: #D61781;
}
.AnyTagClassName
{
color: #D61781;
}
</style>
background-color css
<style>
a { background-color: #D61781; }
a { background-color: rgb(214,23,129); }
div.DivClassName
{
background-color: #D61781;
}
.BgClassName
{
background-color: #D61781;
}
</style>
border-color css
<style>
span { border-color: #D61781; }
span { border-color: rgb(214,23,129); }
td.TdClassName
{
border-color: #D61781;
}
.TagClassName
{
border-color: #D61781;
}
</style>