Shades of Medium Violet Red #D61E77
Tints of Medium Violet Red #D61E77
RGB
CMYK
RGB Variations
Color information
#D61E77 (or 0xD61E77) is known color: Medium Violet Red. HEX triplet: D6, 1E and 77. RGB value is (214,30,119). Sum of RGB (Red+Green+Blue) = 214+30+119=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E77 is #29E188. Grayscale: #5E5E5E. Windows color (decimal): -2744713 or 7806678. OLE color: 7806678.
HSL color Cylindrical-coordinate representation of color #D61E77: hue angle of 330.98º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61E77 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 119 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.16 |
| HSL | 330.98º | 0.75% | 0.48% | - |
| HSV(B) | 330.98º | 0.86% | 0.84% | - |
| XYZ | 31.53 | 16.56 | 18.99 | - |
| YUV | 95.16 | 141.46 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 119 | 0 | 0.86 | 0.44 | 0.16 | 330.98 | 0.75 | 0.48 |
| Hex | D6 | 1E | 77 | 0 | 56 | 2C | 10 | 14B | 4B | 30 |
| Octal | 326 | 36 | 167 | 0 | 126 | 54 | 20 | 513 | 113 | 60 |
| Binary | 11010110 | 11110 | 1110111 | 0 | 1010110 | 101100 | 10000 | 101001011 | 1001011 | 110000 |
Color Harmonies of #D61E77
Complementary color
Monochromatic Colors of #D61E77
Black with #D61E77
Text Example
Text Example
White with #D61E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61E77; }
p { color: rgb(214,30,119); }
H1.HeaderClassName
{
color: #D61E77;
}
.AnyTagClassName
{
color: #D61E77;
}
</style>
background-color css
<style>
a { background-color: #D61E77; }
a { background-color: rgb(214,30,119); }
div.DivClassName
{
background-color: #D61E77;
}
.BgClassName
{
background-color: #D61E77;
}
</style>
border-color css
<style>
span { border-color: #D61E77; }
span { border-color: rgb(214,30,119); }
td.TdClassName
{
border-color: #D61E77;
}
.TagClassName
{
border-color: #D61E77;
}
</style>