Shades of Deep Magenta #D519DD
Tints of Deep Magenta #D519DD
RGB
CMYK
RGB Variations
Color information
#D519DD (or 0xD519DD) is known color: Deep Magenta. HEX triplet: D5, 19 and DD. RGB value is (213,25,221). Sum of RGB (Red+Green+Blue) = 213+25+221=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #D519DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D519DD is #2AE622. Grayscale: #666666. Windows color (decimal): -2811427 or 14490069. OLE color: 14490069.
HSL color Cylindrical-coordinate representation of color #D519DD: hue angle of 297.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D519DD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 25 | 221 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.13 |
| HSL | 297.55º | 0.8% | 0.48% | - |
| HSV(B) | 297.55º | 0.89% | 0.87% | - |
| XYZ | 40.84 | 20.06 | 70.13 | - |
| YUV | 103.56 | 194.28 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 221 | 0.04 | 0.89 | 0 | 0.13 | 297.55 | 0.8 | 0.48 |
| Hex | D5 | 19 | DD | 4 | 59 | 0 | D | 12A | 50 | 30 |
| Octal | 325 | 31 | 335 | 4 | 131 | 0 | 15 | 452 | 120 | 60 |
| Binary | 11010101 | 11001 | 11011101 | 100 | 1011001 | 0 | 1101 | 100101010 | 1010000 | 110000 |
Color Harmonies of #D519DD
Complementary color
Monochromatic Colors of #D519DD
Black with #D519DD
Text Example
Text Example
White with #D519DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519DD; }
p { color: rgb(213,25,221); }
H1.HeaderClassName
{
color: #D519DD;
}
.AnyTagClassName
{
color: #D519DD;
}
</style>
background-color css
<style>
a { background-color: #D519DD; }
a { background-color: rgb(213,25,221); }
div.DivClassName
{
background-color: #D519DD;
}
.BgClassName
{
background-color: #D519DD;
}
</style>
border-color css
<style>
span { border-color: #D519DD; }
span { border-color: rgb(213,25,221); }
td.TdClassName
{
border-color: #D519DD;
}
.TagClassName
{
border-color: #D519DD;
}
</style>