Shades of Deep Magenta #D519DC
Tints of Deep Magenta #D519DC
RGB
CMYK
RGB Variations
Color information
#D519DC (or 0xD519DC) is known color: Deep Magenta. HEX triplet: D5, 19 and DC. RGB value is (213,25,220). Sum of RGB (Red+Green+Blue) = 213+25+220=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #D519DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519DC is #2AE623. Grayscale: #666666. Windows color (decimal): -2811428 or 14424533. OLE color: 14424533.
HSL color Cylindrical-coordinate representation of color #D519DC: hue angle of 297.85º 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 #D519DC is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 25 | 220 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.14 |
| HSL | 297.85º | 0.8% | 0.48% | - |
| HSV(B) | 297.85º | 0.89% | 0.86% | - |
| XYZ | 40.71 | 20.01 | 69.43 | - |
| YUV | 103.44 | 193.78 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 220 | 0.03 | 0.89 | 0 | 0.14 | 297.85 | 0.8 | 0.48 |
| Hex | D5 | 19 | DC | 3 | 59 | 0 | E | 12A | 50 | 30 |
| Octal | 325 | 31 | 334 | 3 | 131 | 0 | 16 | 452 | 120 | 60 |
| Binary | 11010101 | 11001 | 11011100 | 11 | 1011001 | 0 | 1110 | 100101010 | 1010000 | 110000 |
Color Harmonies of #D519DC
Complementary color
Monochromatic Colors of #D519DC
Black with #D519DC
Text Example
Text Example
White with #D519DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519DC; }
p { color: rgb(213,25,220); }
H1.HeaderClassName
{
color: #D519DC;
}
.AnyTagClassName
{
color: #D519DC;
}
</style>
background-color css
<style>
a { background-color: #D519DC; }
a { background-color: rgb(213,25,220); }
div.DivClassName
{
background-color: #D519DC;
}
.BgClassName
{
background-color: #D519DC;
}
</style>
border-color css
<style>
span { border-color: #D519DC; }
span { border-color: rgb(213,25,220); }
td.TdClassName
{
border-color: #D519DC;
}
.TagClassName
{
border-color: #D519DC;
}
</style>