Shades of Deep Magenta #D110E2
Tints of Deep Magenta #D110E2
RGB
CMYK
RGB Variations
Color information
#D110E2 (or 0xD110E2) is known color: Deep Magenta. HEX triplet: D1, 10 and E2. RGB value is (209,16,226). Sum of RGB (Red+Green+Blue) = 209+16+226=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #D110E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D110E2 is #2EEF1D. Grayscale: #616161. Windows color (decimal): -3075870 or 14815441. OLE color: 14815441.
HSL color Cylindrical-coordinate representation of color #D110E2: hue angle of 295.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D110E2 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 16 | 226 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.11 |
| HSL | 295.14º | 0.87% | 0.47% | - |
| HSV(B) | 295.14º | 0.93% | 0.89% | - |
| XYZ | 40.21 | 19.42 | 73.58 | - |
| YUV | 97.65 | 200.44 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 226 | 0.08 | 0.93 | 0 | 0.11 | 295.14 | 0.87 | 0.47 |
| Hex | D1 | 10 | E2 | 8 | 5D | 0 | B | 127 | 57 | 2F |
| Octal | 321 | 20 | 342 | 10 | 135 | 0 | 13 | 447 | 127 | 57 |
| Binary | 11010001 | 10000 | 11100010 | 1000 | 1011101 | 0 | 1011 | 100100111 | 1010111 | 101111 |
Color Harmonies of #D110E2
Complementary color
Monochromatic Colors of #D110E2
Black with #D110E2
Text Example
Text Example
White with #D110E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110E2; }
p { color: rgb(209,16,226); }
H1.HeaderClassName
{
color: #D110E2;
}
.AnyTagClassName
{
color: #D110E2;
}
</style>
background-color css
<style>
a { background-color: #D110E2; }
a { background-color: rgb(209,16,226); }
div.DivClassName
{
background-color: #D110E2;
}
.BgClassName
{
background-color: #D110E2;
}
</style>
border-color css
<style>
span { border-color: #D110E2; }
span { border-color: rgb(209,16,226); }
td.TdClassName
{
border-color: #D110E2;
}
.TagClassName
{
border-color: #D110E2;
}
</style>