Shades of Medium Violet Red #D61476
Tints of Medium Violet Red #D61476
RGB
CMYK
RGB Variations
Color information
#D61476 (or 0xD61476) is known color: Medium Violet Red. HEX triplet: D6, 14 and 76. RGB value is (214,20,118). Sum of RGB (Red+Green+Blue) = 214+20+118=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D61476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61476 is #29EB89. Grayscale: #585858. Windows color (decimal): -2747274 or 7738582. OLE color: 7738582.
HSL color Cylindrical-coordinate representation of color #D61476: hue angle of 329.69º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61476 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 118 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.16 |
| HSL | 329.69º | 0.83% | 0.46% | - |
| HSV(B) | 329.69º | 0.91% | 0.84% | - |
| XYZ | 31.25 | 16.1 | 18.6 | - |
| YUV | 89.18 | 144.27 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 118 | 0 | 0.91 | 0.45 | 0.16 | 329.69 | 0.83 | 0.46 |
| Hex | D6 | 14 | 76 | 0 | 5B | 2D | 10 | 14A | 53 | 2E |
| Octal | 326 | 24 | 166 | 0 | 133 | 55 | 20 | 512 | 123 | 56 |
| Binary | 11010110 | 10100 | 1110110 | 0 | 1011011 | 101101 | 10000 | 101001010 | 1010011 | 101110 |
Color Harmonies of #D61476
Complementary color
Monochromatic Colors of #D61476
Black with #D61476
Text Example
Text Example
White with #D61476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61476; }
p { color: rgb(214,20,118); }
H1.HeaderClassName
{
color: #D61476;
}
.AnyTagClassName
{
color: #D61476;
}
</style>
background-color css
<style>
a { background-color: #D61476; }
a { background-color: rgb(214,20,118); }
div.DivClassName
{
background-color: #D61476;
}
.BgClassName
{
background-color: #D61476;
}
</style>
border-color css
<style>
span { border-color: #D61476; }
span { border-color: rgb(214,20,118); }
td.TdClassName
{
border-color: #D61476;
}
.TagClassName
{
border-color: #D61476;
}
</style>