Shades of Medium Violet Red #D61E7F
Tints of Medium Violet Red #D61E7F
RGB
CMYK
RGB Variations
Color information
#D61E7F (or 0xD61E7F) is known color: Medium Violet Red. HEX triplet: D6, 1E and 7F. RGB value is (214,30,127). Sum of RGB (Red+Green+Blue) = 214+30+127=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61E7F is #29E180. Grayscale: #5F5F5F. Windows color (decimal): -2744705 or 8330966. OLE color: 8330966.
HSL color Cylindrical-coordinate representation of color #D61E7F: hue angle of 328.37º 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 #D61E7F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 30 | 127 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.16 |
| HSL | 328.37º | 0.75% | 0.48% | - |
| HSV(B) | 328.37º | 0.86% | 0.84% | - |
| XYZ | 32.03 | 16.76 | 21.63 | - |
| YUV | 96.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 30 | 127 | 0 | 0.86 | 0.41 | 0.16 | 328.37 | 0.75 | 0.48 |
| Hex | D6 | 1E | 7F | 0 | 56 | 29 | 10 | 148 | 4B | 30 |
| Octal | 326 | 36 | 177 | 0 | 126 | 51 | 20 | 510 | 113 | 60 |
| Binary | 11010110 | 11110 | 1111111 | 0 | 1010110 | 101001 | 10000 | 101001000 | 1001011 | 110000 |
Color Harmonies of #D61E7F
Complementary color
Monochromatic Colors of #D61E7F
Black with #D61E7F
Text Example
Text Example
White with #D61E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61E7F; }
p { color: rgb(214,30,127); }
H1.HeaderClassName
{
color: #D61E7F;
}
.AnyTagClassName
{
color: #D61E7F;
}
</style>
background-color css
<style>
a { background-color: #D61E7F; }
a { background-color: rgb(214,30,127); }
div.DivClassName
{
background-color: #D61E7F;
}
.BgClassName
{
background-color: #D61E7F;
}
</style>
border-color css
<style>
span { border-color: #D61E7F; }
span { border-color: rgb(214,30,127); }
td.TdClassName
{
border-color: #D61E7F;
}
.TagClassName
{
border-color: #D61E7F;
}
</style>