Shades of Deep Magenta #D219E5
Tints of Deep Magenta #D219E5
RGB
CMYK
RGB Variations
Color information
#D219E5 (or 0xD219E5) is known color: Deep Magenta. HEX triplet: D2, 19 and E5. RGB value is (210,25,229). Sum of RGB (Red+Green+Blue) = 210+25+229=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #D219E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219E5 is #2DE61A. Grayscale: #666666. Windows color (decimal): -3008027 or 15014354. OLE color: 15014354.
HSL color Cylindrical-coordinate representation of color #D219E5: hue angle of 294.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D219E5 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 25 | 229 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.10 |
| HSL | 294.41º | 0.8% | 0.5% | - |
| HSV(B) | 294.41º | 0.89% | 0.9% | - |
| XYZ | 41.07 | 20.05 | 75.84 | - |
| YUV | 103.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 229 | 0.08 | 0.89 | 0 | 0.10 | 294.41 | 0.8 | 0.5 |
| Hex | D2 | 19 | E5 | 8 | 59 | 0 | A | 126 | 50 | 32 |
| Octal | 322 | 31 | 345 | 10 | 131 | 0 | 12 | 446 | 120 | 62 |
| Binary | 11010010 | 11001 | 11100101 | 1000 | 1011001 | 0 | 1010 | 100100110 | 1010000 | 110010 |
Color Harmonies of #D219E5
Complementary color
Monochromatic Colors of #D219E5
Black with #D219E5
Text Example
Text Example
White with #D219E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219E5; }
p { color: rgb(210,25,229); }
H1.HeaderClassName
{
color: #D219E5;
}
.AnyTagClassName
{
color: #D219E5;
}
</style>
background-color css
<style>
a { background-color: #D219E5; }
a { background-color: rgb(210,25,229); }
div.DivClassName
{
background-color: #D219E5;
}
.BgClassName
{
background-color: #D219E5;
}
</style>
border-color css
<style>
span { border-color: #D219E5; }
span { border-color: rgb(210,25,229); }
td.TdClassName
{
border-color: #D219E5;
}
.TagClassName
{
border-color: #D219E5;
}
</style>