Shades of Deep Magenta #D619DB
Tints of Deep Magenta #D619DB
RGB
CMYK
RGB Variations
Color information
#D619DB (or 0xD619DB) is known color: Deep Magenta. HEX triplet: D6, 19 and DB. RGB value is (214,25,219). Sum of RGB (Red+Green+Blue) = 214+25+219=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #D619DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619DB is #29E624. Grayscale: #676767. Windows color (decimal): -2745893 or 14358998. OLE color: 14358998.
HSL color Cylindrical-coordinate representation of color #D619DB: hue angle of 298.45º 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 #D619DB is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 25 | 219 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.14 |
| HSL | 298.45º | 0.8% | 0.48% | - |
| HSV(B) | 298.45º | 0.89% | 0.86% | - |
| XYZ | 40.87 | 20.11 | 68.74 | - |
| YUV | 103.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 219 | 0.02 | 0.89 | 0 | 0.14 | 298.45 | 0.8 | 0.48 |
| Hex | D6 | 19 | DB | 2 | 59 | 0 | E | 12A | 50 | 30 |
| Octal | 326 | 31 | 333 | 2 | 131 | 0 | 16 | 452 | 120 | 60 |
| Binary | 11010110 | 11001 | 11011011 | 10 | 1011001 | 0 | 1110 | 100101010 | 1010000 | 110000 |
Color Harmonies of #D619DB
Complementary color
Monochromatic Colors of #D619DB
Black with #D619DB
Text Example
Text Example
White with #D619DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619DB; }
p { color: rgb(214,25,219); }
H1.HeaderClassName
{
color: #D619DB;
}
.AnyTagClassName
{
color: #D619DB;
}
</style>
background-color css
<style>
a { background-color: #D619DB; }
a { background-color: rgb(214,25,219); }
div.DivClassName
{
background-color: #D619DB;
}
.BgClassName
{
background-color: #D619DB;
}
</style>
border-color css
<style>
span { border-color: #D619DB; }
span { border-color: rgb(214,25,219); }
td.TdClassName
{
border-color: #D619DB;
}
.TagClassName
{
border-color: #D619DB;
}
</style>