Shades of Medium Violet Red #D61DAA
Tints of Medium Violet Red #D61DAA
RGB
CMYK
RGB Variations
Color information
#D61DAA (or 0xD61DAA) is known color: Medium Violet Red. HEX triplet: D6, 1D and AA. RGB value is (214,29,170). Sum of RGB (Red+Green+Blue) = 214+29+170=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DAA is #29E255. Grayscale: #646464. Windows color (decimal): -2744918 or 11148758. OLE color: 11148758.
HSL color Cylindrical-coordinate representation of color #D61DAA: hue angle of 314.27º 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 #D61DAA is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 170 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.16 |
| HSL | 314.27º | 0.76% | 0.48% | - |
| HSV(B) | 314.27º | 0.86% | 0.84% | - |
| XYZ | 35.43 | 18.08 | 39.65 | - |
| YUV | 100.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 170 | 0 | 0.86 | 0.21 | 0.16 | 314.27 | 0.76 | 0.48 |
| Hex | D6 | 1D | AA | 0 | 56 | 15 | 10 | 13A | 4C | 30 |
| Octal | 326 | 35 | 252 | 0 | 126 | 25 | 20 | 472 | 114 | 60 |
| Binary | 11010110 | 11101 | 10101010 | 0 | 1010110 | 10101 | 10000 | 100111010 | 1001100 | 110000 |
Color Harmonies of #D61DAA
Complementary color
Monochromatic Colors of #D61DAA
Black with #D61DAA
Text Example
Text Example
White with #D61DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DAA; }
p { color: rgb(214,29,170); }
H1.HeaderClassName
{
color: #D61DAA;
}
.AnyTagClassName
{
color: #D61DAA;
}
</style>
background-color css
<style>
a { background-color: #D61DAA; }
a { background-color: rgb(214,29,170); }
div.DivClassName
{
background-color: #D61DAA;
}
.BgClassName
{
background-color: #D61DAA;
}
</style>
border-color css
<style>
span { border-color: #D61DAA; }
span { border-color: rgb(214,29,170); }
td.TdClassName
{
border-color: #D61DAA;
}
.TagClassName
{
border-color: #D61DAA;
}
</style>