Shades of Deep Magenta #DC1AE2
Tints of Deep Magenta #DC1AE2
RGB
CMYK
RGB Variations
Color information
#DC1AE2 (or 0xDC1AE2) is known color: Deep Magenta. HEX triplet: DC, 1A and E2. RGB value is (220,26,226). Sum of RGB (Red+Green+Blue) = 220+26+226=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC1AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1AE2 is #23E51D. Grayscale: #6A6A6A. Windows color (decimal): -2352414 or 14818012. OLE color: 14818012.
HSL color Cylindrical-coordinate representation of color #DC1AE2: hue angle of 298.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1AE2 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 26 | 226 | - |
CMYK | 0.03 | 0.88 | 0 | 0.11 |
HSL | 298.2º | 0.79% | 0.49% | - |
HSV(B) | 298.2º | 0.88% | 0.89% | - |
XYZ | 43.61 | 21.45 | 73.79 | - |
YUV | 106.81 | 195.27 | 208.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 26 | 226 | 0.03 | 0.88 | 0 | 0.11 | 298.2 | 0.79 | 0.49 |
Hex | DC | 1A | E2 | 3 | 58 | 0 | B | 12A | 4F | 31 |
Octal | 334 | 32 | 342 | 3 | 130 | 0 | 13 | 452 | 117 | 61 |
Binary | 11011100 | 11010 | 11100010 | 11 | 1011000 | 0 | 1011 | 100101010 | 1001111 | 110001 |
Color Harmonies of #DC1AE2
Complementary color
Monochromatic Colors of #DC1AE2
Black with #DC1AE2
Text Example
Text Example
White with #DC1AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1AE2; }
p { color: rgb(220,26,226); }
H1.HeaderClassName
{
color: #DC1AE2;
}
.AnyTagClassName
{
color: #DC1AE2;
}
</style>
background-color css
<style>
a { background-color: #DC1AE2; }
a { background-color: rgb(220,26,226); }
div.DivClassName
{
background-color: #DC1AE2;
}
.BgClassName
{
background-color: #DC1AE2;
}
</style>
border-color css
<style>
span { border-color: #DC1AE2; }
span { border-color: rgb(220,26,226); }
td.TdClassName
{
border-color: #DC1AE2;
}
.TagClassName
{
border-color: #DC1AE2;
}
</style>