Shades of Medium Violet Red #D619A6
Tints of Medium Violet Red #D619A6
RGB
CMYK
RGB Variations
Color information
#D619A6 (or 0xD619A6) is known color: Medium Violet Red. HEX triplet: D6, 19 and A6. RGB value is (214,25,166). Sum of RGB (Red+Green+Blue) = 214+25+166=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D619A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619A6 is #29E659. Grayscale: #616161. Windows color (decimal): -2745946 or 10885590. OLE color: 10885590.
HSL color Cylindrical-coordinate representation of color #D619A6: hue angle of 315.24º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D619A6 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 166 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.16 |
| HSL | 315.24º | 0.79% | 0.47% | - |
| HSV(B) | 315.24º | 0.88% | 0.84% | - |
| XYZ | 34.96 | 17.74 | 37.66 | - |
| YUV | 97.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 166 | 0 | 0.88 | 0.22 | 0.16 | 315.24 | 0.79 | 0.47 |
| Hex | D6 | 19 | A6 | 0 | 58 | 16 | 10 | 13B | 4F | 2F |
| Octal | 326 | 31 | 246 | 0 | 130 | 26 | 20 | 473 | 117 | 57 |
| Binary | 11010110 | 11001 | 10100110 | 0 | 1011000 | 10110 | 10000 | 100111011 | 1001111 | 101111 |
Color Harmonies of #D619A6
Complementary color
Monochromatic Colors of #D619A6
Black with #D619A6
Text Example
Text Example
White with #D619A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619A6; }
p { color: rgb(214,25,166); }
H1.HeaderClassName
{
color: #D619A6;
}
.AnyTagClassName
{
color: #D619A6;
}
</style>
background-color css
<style>
a { background-color: #D619A6; }
a { background-color: rgb(214,25,166); }
div.DivClassName
{
background-color: #D619A6;
}
.BgClassName
{
background-color: #D619A6;
}
</style>
border-color css
<style>
span { border-color: #D619A6; }
span { border-color: rgb(214,25,166); }
td.TdClassName
{
border-color: #D619A6;
}
.TagClassName
{
border-color: #D619A6;
}
</style>