Shades of Medium Violet Red #D61680
Tints of Medium Violet Red #D61680
RGB
CMYK
RGB Variations
Color information
#D61680 (or 0xD61680) is known color: Medium Violet Red. HEX triplet: D6, 16 and 80. RGB value is (214,22,128). Sum of RGB (Red+Green+Blue) = 214+22+128=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D61680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61680 is #29E97F. Grayscale: #5B5B5B. Windows color (decimal): -2746752 or 8394454. OLE color: 8394454.
HSL color Cylindrical-coordinate representation of color #D61680: hue angle of 326.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61680 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 128 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.16 |
| HSL | 326.88º | 0.81% | 0.46% | - |
| HSV(B) | 326.88º | 0.9% | 0.84% | - |
| XYZ | 31.91 | 16.43 | 21.91 | - |
| YUV | 91.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 128 | 0 | 0.90 | 0.40 | 0.16 | 326.88 | 0.81 | 0.46 |
| Hex | D6 | 16 | 80 | 0 | 5A | 28 | 10 | 147 | 51 | 2E |
| Octal | 326 | 26 | 200 | 0 | 132 | 50 | 20 | 507 | 121 | 56 |
| Binary | 11010110 | 10110 | 10000000 | 0 | 1011010 | 101000 | 10000 | 101000111 | 1010001 | 101110 |
Color Harmonies of #D61680
Complementary color
Monochromatic Colors of #D61680
Black with #D61680
Text Example
Text Example
White with #D61680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61680; }
p { color: rgb(214,22,128); }
H1.HeaderClassName
{
color: #D61680;
}
.AnyTagClassName
{
color: #D61680;
}
</style>
background-color css
<style>
a { background-color: #D61680; }
a { background-color: rgb(214,22,128); }
div.DivClassName
{
background-color: #D61680;
}
.BgClassName
{
background-color: #D61680;
}
</style>
border-color css
<style>
span { border-color: #D61680; }
span { border-color: rgb(214,22,128); }
td.TdClassName
{
border-color: #D61680;
}
.TagClassName
{
border-color: #D61680;
}
</style>