Shades of Deep Magenta #D120E1
Tints of Deep Magenta #D120E1
RGB
CMYK
RGB Variations
Color information
#D120E1 (or 0xD120E1) is known color: Deep Magenta. HEX triplet: D1, 20 and E1. RGB value is (209,32,225). Sum of RGB (Red+Green+Blue) = 209+32+225=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 32 (12.89% from 255 or 6.87% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #D120E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D120E1 is #2EDF1E. Grayscale: #6A6A6A. Windows color (decimal): -3071775 or 14754001. OLE color: 14754001.
HSL color Cylindrical-coordinate representation of color #D120E1: hue angle of 295.03º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D120E1 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 32 | 225 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.12 |
| HSL | 295.03º | 0.76% | 0.5% | - |
| HSV(B) | 295.03º | 0.86% | 0.88% | - |
| XYZ | 40.4 | 20.02 | 72.97 | - |
| YUV | 106.93 | 194.64 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 225 | 0.07 | 0.86 | 0 | 0.12 | 295.03 | 0.76 | 0.5 |
| Hex | D1 | 20 | E1 | 7 | 56 | 0 | C | 127 | 4C | 32 |
| Octal | 321 | 40 | 341 | 7 | 126 | 0 | 14 | 447 | 114 | 62 |
| Binary | 11010001 | 100000 | 11100001 | 111 | 1010110 | 0 | 1100 | 100100111 | 1001100 | 110010 |
Color Harmonies of #D120E1
Complementary color
Monochromatic Colors of #D120E1
Black with #D120E1
Text Example
Text Example
White with #D120E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D120E1; }
p { color: rgb(209,32,225); }
H1.HeaderClassName
{
color: #D120E1;
}
.AnyTagClassName
{
color: #D120E1;
}
</style>
background-color css
<style>
a { background-color: #D120E1; }
a { background-color: rgb(209,32,225); }
div.DivClassName
{
background-color: #D120E1;
}
.BgClassName
{
background-color: #D120E1;
}
</style>
border-color css
<style>
span { border-color: #D120E1; }
span { border-color: rgb(209,32,225); }
td.TdClassName
{
border-color: #D120E1;
}
.TagClassName
{
border-color: #D120E1;
}
</style>