Shades of Medium Violet Red #D61879
Tints of Medium Violet Red #D61879
RGB
CMYK
RGB Variations
Color information
#D61879 (or 0xD61879) is known color: Medium Violet Red. HEX triplet: D6, 18 and 79. RGB value is (214,24,121). Sum of RGB (Red+Green+Blue) = 214+24+121=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D61879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61879 is #29E786. Grayscale: #5B5B5B. Windows color (decimal): -2746247 or 7936214. OLE color: 7936214.
HSL color Cylindrical-coordinate representation of color #D61879: hue angle of 329.37º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61879 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 121 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.16 |
| HSL | 329.37º | 0.8% | 0.47% | - |
| HSV(B) | 329.37º | 0.89% | 0.84% | - |
| XYZ | 31.51 | 16.33 | 19.58 | - |
| YUV | 91.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 121 | 0 | 0.89 | 0.43 | 0.16 | 329.37 | 0.8 | 0.47 |
| Hex | D6 | 18 | 79 | 0 | 59 | 2B | 10 | 149 | 50 | 2F |
| Octal | 326 | 30 | 171 | 0 | 131 | 53 | 20 | 511 | 120 | 57 |
| Binary | 11010110 | 11000 | 1111001 | 0 | 1011001 | 101011 | 10000 | 101001001 | 1010000 | 101111 |
Color Harmonies of #D61879
Complementary color
Monochromatic Colors of #D61879
Black with #D61879
Text Example
Text Example
White with #D61879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61879; }
p { color: rgb(214,24,121); }
H1.HeaderClassName
{
color: #D61879;
}
.AnyTagClassName
{
color: #D61879;
}
</style>
background-color css
<style>
a { background-color: #D61879; }
a { background-color: rgb(214,24,121); }
div.DivClassName
{
background-color: #D61879;
}
.BgClassName
{
background-color: #D61879;
}
</style>
border-color css
<style>
span { border-color: #D61879; }
span { border-color: rgb(214,24,121); }
td.TdClassName
{
border-color: #D61879;
}
.TagClassName
{
border-color: #D61879;
}
</style>