Shades of Medium Violet Red #D61D78
Tints of Medium Violet Red #D61D78
RGB
CMYK
RGB Variations
Color information
#D61D78 (or 0xD61D78) is known color: Medium Violet Red. HEX triplet: D6, 1D and 78. RGB value is (214,29,120). Sum of RGB (Red+Green+Blue) = 214+29+120=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61D78 is #29E287. Grayscale: #5E5E5E. Windows color (decimal): -2744968 or 7871958. OLE color: 7871958.
HSL color Cylindrical-coordinate representation of color #D61D78: hue angle of 330.49º degrees, saturation: 0.76, 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 #D61D78 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 120 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.16 |
| HSL | 330.49º | 0.76% | 0.48% | - |
| HSV(B) | 330.49º | 0.86% | 0.84% | - |
| XYZ | 31.56 | 16.53 | 19.3 | - |
| YUV | 94.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 120 | 0 | 0.86 | 0.44 | 0.16 | 330.49 | 0.76 | 0.48 |
| Hex | D6 | 1D | 78 | 0 | 56 | 2C | 10 | 14A | 4C | 30 |
| Octal | 326 | 35 | 170 | 0 | 126 | 54 | 20 | 512 | 114 | 60 |
| Binary | 11010110 | 11101 | 1111000 | 0 | 1010110 | 101100 | 10000 | 101001010 | 1001100 | 110000 |
Color Harmonies of #D61D78
Complementary color
Monochromatic Colors of #D61D78
Black with #D61D78
Text Example
Text Example
White with #D61D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D78; }
p { color: rgb(214,29,120); }
H1.HeaderClassName
{
color: #D61D78;
}
.AnyTagClassName
{
color: #D61D78;
}
</style>
background-color css
<style>
a { background-color: #D61D78; }
a { background-color: rgb(214,29,120); }
div.DivClassName
{
background-color: #D61D78;
}
.BgClassName
{
background-color: #D61D78;
}
</style>
border-color css
<style>
span { border-color: #D61D78; }
span { border-color: rgb(214,29,120); }
td.TdClassName
{
border-color: #D61D78;
}
.TagClassName
{
border-color: #D61D78;
}
</style>