Shades of Medium Violet Red #D619A8
Tints of Medium Violet Red #D619A8
RGB
CMYK
RGB Variations
Color information
#D619A8 (or 0xD619A8) is known color: Medium Violet Red. HEX triplet: D6, 19 and A8. RGB value is (214,25,168). Sum of RGB (Red+Green+Blue) = 214+25+168=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D619A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619A8 is #29E657. Grayscale: #616161. Windows color (decimal): -2745944 or 11016662. OLE color: 11016662.
HSL color Cylindrical-coordinate representation of color #D619A8: hue angle of 314.6º 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 #D619A8 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 168 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.16 |
| HSL | 314.6º | 0.79% | 0.47% | - |
| HSV(B) | 314.6º | 0.88% | 0.84% | - |
| XYZ | 35.15 | 17.82 | 38.63 | - |
| YUV | 97.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 168 | 0 | 0.88 | 0.21 | 0.16 | 314.6 | 0.79 | 0.47 |
| Hex | D6 | 19 | A8 | 0 | 58 | 15 | 10 | 13B | 4F | 2F |
| Octal | 326 | 31 | 250 | 0 | 130 | 25 | 20 | 473 | 117 | 57 |
| Binary | 11010110 | 11001 | 10101000 | 0 | 1011000 | 10101 | 10000 | 100111011 | 1001111 | 101111 |
Color Harmonies of #D619A8
Complementary color
Monochromatic Colors of #D619A8
Black with #D619A8
Text Example
Text Example
White with #D619A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619A8; }
p { color: rgb(214,25,168); }
H1.HeaderClassName
{
color: #D619A8;
}
.AnyTagClassName
{
color: #D619A8;
}
</style>
background-color css
<style>
a { background-color: #D619A8; }
a { background-color: rgb(214,25,168); }
div.DivClassName
{
background-color: #D619A8;
}
.BgClassName
{
background-color: #D619A8;
}
</style>
border-color css
<style>
span { border-color: #D619A8; }
span { border-color: rgb(214,25,168); }
td.TdClassName
{
border-color: #D619A8;
}
.TagClassName
{
border-color: #D619A8;
}
</style>