Shades of Deep Magenta #D219E0
Tints of Deep Magenta #D219E0
RGB
CMYK
RGB Variations
Color information
#D219E0 (or 0xD219E0) is known color: Deep Magenta. HEX triplet: D2, 19 and E0. RGB value is (210,25,224). Sum of RGB (Red+Green+Blue) = 210+25+224=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #D219E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219E0 is #2DE61F. Grayscale: #666666. Windows color (decimal): -3008032 or 14686674. OLE color: 14686674.
HSL color Cylindrical-coordinate representation of color #D219E0: hue angle of 295.78º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D219E0 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 25 | 224 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.12 |
| HSL | 295.78º | 0.8% | 0.49% | - |
| HSV(B) | 295.78º | 0.89% | 0.88% | - |
| XYZ | 40.38 | 19.78 | 72.21 | - |
| YUV | 103 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 224 | 0.06 | 0.89 | 0 | 0.12 | 295.78 | 0.8 | 0.49 |
| Hex | D2 | 19 | E0 | 6 | 59 | 0 | C | 128 | 50 | 31 |
| Octal | 322 | 31 | 340 | 6 | 131 | 0 | 14 | 450 | 120 | 61 |
| Binary | 11010010 | 11001 | 11100000 | 110 | 1011001 | 0 | 1100 | 100101000 | 1010000 | 110001 |
Color Harmonies of #D219E0
Complementary color
Monochromatic Colors of #D219E0
Black with #D219E0
Text Example
Text Example
White with #D219E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219E0; }
p { color: rgb(210,25,224); }
H1.HeaderClassName
{
color: #D219E0;
}
.AnyTagClassName
{
color: #D219E0;
}
</style>
background-color css
<style>
a { background-color: #D219E0; }
a { background-color: rgb(210,25,224); }
div.DivClassName
{
background-color: #D219E0;
}
.BgClassName
{
background-color: #D219E0;
}
</style>
border-color css
<style>
span { border-color: #D219E0; }
span { border-color: rgb(210,25,224); }
td.TdClassName
{
border-color: #D219E0;
}
.TagClassName
{
border-color: #D219E0;
}
</style>