Shades of Medium Violet Red #D61774
Tints of Medium Violet Red #D61774
RGB
CMYK
RGB Variations
Color information
#D61774 (or 0xD61774) is known color: Medium Violet Red. HEX triplet: D6, 17 and 74. RGB value is (214,23,116). Sum of RGB (Red+Green+Blue) = 214+23+116=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D61774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61774 is #29E88B. Grayscale: #5A5A5A. Windows color (decimal): -2746508 or 7608278. OLE color: 7608278.
HSL color Cylindrical-coordinate representation of color #D61774: hue angle of 330.79º 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 #D61774 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 116 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.16 |
| HSL | 330.79º | 0.81% | 0.46% | - |
| HSV(B) | 330.79º | 0.89% | 0.84% | - |
| XYZ | 31.19 | 16.17 | 18 | - |
| YUV | 90.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 116 | 0 | 0.89 | 0.46 | 0.16 | 330.79 | 0.81 | 0.46 |
| Hex | D6 | 17 | 74 | 0 | 59 | 2E | 10 | 14B | 51 | 2E |
| Octal | 326 | 27 | 164 | 0 | 131 | 56 | 20 | 513 | 121 | 56 |
| Binary | 11010110 | 10111 | 1110100 | 0 | 1011001 | 101110 | 10000 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D61774
Complementary color
Monochromatic Colors of #D61774
Black with #D61774
Text Example
Text Example
White with #D61774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61774; }
p { color: rgb(214,23,116); }
H1.HeaderClassName
{
color: #D61774;
}
.AnyTagClassName
{
color: #D61774;
}
</style>
background-color css
<style>
a { background-color: #D61774; }
a { background-color: rgb(214,23,116); }
div.DivClassName
{
background-color: #D61774;
}
.BgClassName
{
background-color: #D61774;
}
</style>
border-color css
<style>
span { border-color: #D61774; }
span { border-color: rgb(214,23,116); }
td.TdClassName
{
border-color: #D61774;
}
.TagClassName
{
border-color: #D61774;
}
</style>