Shades of Deep Magenta #DC28E2
Tints of Deep Magenta #DC28E2
RGB
CMYK
RGB Variations
Color information
#DC28E2 (or 0xDC28E2) is known color: Deep Magenta. HEX triplet: DC, 28 and E2. RGB value is (220,40,226). Sum of RGB (Red+Green+Blue) = 220+40+226=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC28E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28E2 is #23D71D. Grayscale: #727272. Windows color (decimal): -2348830 or 14821596. OLE color: 14821596.
HSL color Cylindrical-coordinate representation of color #DC28E2: hue angle of 298.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28E2 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 40 | 226 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.11 |
| HSL | 298.06º | 0.76% | 0.52% | - |
| HSV(B) | 298.06º | 0.82% | 0.89% | - |
| XYZ | 44 | 22.22 | 73.92 | - |
| YUV | 115.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 226 | 0.03 | 0.82 | 0 | 0.11 | 298.06 | 0.76 | 0.52 |
| Hex | DC | 28 | E2 | 3 | 52 | 0 | B | 12A | 4C | 34 |
| Octal | 334 | 50 | 342 | 3 | 122 | 0 | 13 | 452 | 114 | 64 |
| Binary | 11011100 | 101000 | 11100010 | 11 | 1010010 | 0 | 1011 | 100101010 | 1001100 | 110100 |
Color Harmonies of #DC28E2
Complementary color
Monochromatic Colors of #DC28E2
Black with #DC28E2
Text Example
Text Example
White with #DC28E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28E2; }
p { color: rgb(220,40,226); }
H1.HeaderClassName
{
color: #DC28E2;
}
.AnyTagClassName
{
color: #DC28E2;
}
</style>
background-color css
<style>
a { background-color: #DC28E2; }
a { background-color: rgb(220,40,226); }
div.DivClassName
{
background-color: #DC28E2;
}
.BgClassName
{
background-color: #DC28E2;
}
</style>
border-color css
<style>
span { border-color: #DC28E2; }
span { border-color: rgb(220,40,226); }
td.TdClassName
{
border-color: #DC28E2;
}
.TagClassName
{
border-color: #DC28E2;
}
</style>