Shades of Medium Violet Red #D619A1
Tints of Medium Violet Red #D619A1
RGB
CMYK
RGB Variations
Color information
#D619A1 (or 0xD619A1) is known color: Medium Violet Red. HEX triplet: D6, 19 and A1. RGB value is (214,25,161). Sum of RGB (Red+Green+Blue) = 214+25+161=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D619A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619A1 is #29E65E. Grayscale: #606060. Windows color (decimal): -2745951 or 10557910. OLE color: 10557910.
HSL color Cylindrical-coordinate representation of color #D619A1: hue angle of 316.83º 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 #D619A1 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 161 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.16 |
| HSL | 316.83º | 0.79% | 0.47% | - |
| HSV(B) | 316.83º | 0.88% | 0.84% | - |
| XYZ | 34.51 | 17.56 | 35.29 | - |
| YUV | 97.02 | 164.12 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 161 | 0 | 0.88 | 0.25 | 0.16 | 316.83 | 0.79 | 0.47 |
| Hex | D6 | 19 | A1 | 0 | 58 | 19 | 10 | 13D | 4F | 2F |
| Octal | 326 | 31 | 241 | 0 | 130 | 31 | 20 | 475 | 117 | 57 |
| Binary | 11010110 | 11001 | 10100001 | 0 | 1011000 | 11001 | 10000 | 100111101 | 1001111 | 101111 |
Color Harmonies of #D619A1
Complementary color
Monochromatic Colors of #D619A1
Black with #D619A1
Text Example
Text Example
White with #D619A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619A1; }
p { color: rgb(214,25,161); }
H1.HeaderClassName
{
color: #D619A1;
}
.AnyTagClassName
{
color: #D619A1;
}
</style>
background-color css
<style>
a { background-color: #D619A1; }
a { background-color: rgb(214,25,161); }
div.DivClassName
{
background-color: #D619A1;
}
.BgClassName
{
background-color: #D619A1;
}
</style>
border-color css
<style>
span { border-color: #D619A1; }
span { border-color: rgb(214,25,161); }
td.TdClassName
{
border-color: #D619A1;
}
.TagClassName
{
border-color: #D619A1;
}
</style>