Shades of Deep Magenta #D619DC
Tints of Deep Magenta #D619DC
RGB
CMYK
RGB Variations
Color information
#D619DC (or 0xD619DC) is known color: Deep Magenta. HEX triplet: D6, 19 and DC. RGB value is (214,25,220). Sum of RGB (Red+Green+Blue) = 214+25+220=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #D619DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619DC is #29E623. Grayscale: #676767. Windows color (decimal): -2745892 or 14424534. OLE color: 14424534.
HSL color Cylindrical-coordinate representation of color #D619DC: hue angle of 298.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D619DC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 25 | 220 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.14 |
| HSL | 298.15º | 0.8% | 0.48% | - |
| HSV(B) | 298.15º | 0.89% | 0.86% | - |
| XYZ | 41 | 20.16 | 69.44 | - |
| YUV | 103.74 | 193.62 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 220 | 0.03 | 0.89 | 0 | 0.14 | 298.15 | 0.8 | 0.48 |
| Hex | D6 | 19 | DC | 3 | 59 | 0 | E | 12A | 50 | 30 |
| Octal | 326 | 31 | 334 | 3 | 131 | 0 | 16 | 452 | 120 | 60 |
| Binary | 11010110 | 11001 | 11011100 | 11 | 1011001 | 0 | 1110 | 100101010 | 1010000 | 110000 |
Color Harmonies of #D619DC
Complementary color
Monochromatic Colors of #D619DC
Black with #D619DC
Text Example
Text Example
White with #D619DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619DC; }
p { color: rgb(214,25,220); }
H1.HeaderClassName
{
color: #D619DC;
}
.AnyTagClassName
{
color: #D619DC;
}
</style>
background-color css
<style>
a { background-color: #D619DC; }
a { background-color: rgb(214,25,220); }
div.DivClassName
{
background-color: #D619DC;
}
.BgClassName
{
background-color: #D619DC;
}
</style>
border-color css
<style>
span { border-color: #D619DC; }
span { border-color: rgb(214,25,220); }
td.TdClassName
{
border-color: #D619DC;
}
.TagClassName
{
border-color: #D619DC;
}
</style>