Shades of Deep Magenta #DC26DC
Tints of Deep Magenta #DC26DC
RGB
CMYK
RGB Variations
Color information
#DC26DC (or 0xDC26DC) is known color: Deep Magenta. HEX triplet: DC, 26 and DC. RGB value is (220,38,220). Sum of RGB (Red+Green+Blue) = 220+38+220=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC26DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC26DC is #23D923. Grayscale: #707070. Windows color (decimal): -2349348 or 14427868. OLE color: 14427868.
HSL color Cylindrical-coordinate representation of color #DC26DC: hue angle of 300º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC26DC is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 220 | - |
| CMYK | 0 | 0.83 | 0 | 0.14 |
| HSL | 300º | 0.72% | 0.51% | - |
| HSV(B) | 300º | 0.83% | 0.86% | - |
| XYZ | 43.13 | 21.77 | 69.64 | - |
| YUV | 113.17 | 188.3 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 220 | 0 | 0.83 | 0 | 0.14 | 300 | 0.72 | 0.51 |
| Hex | DC | 26 | DC | 0 | 53 | 0 | E | 12C | 48 | 33 |
| Octal | 334 | 46 | 334 | 0 | 123 | 0 | 16 | 454 | 110 | 63 |
| Binary | 11011100 | 100110 | 11011100 | 0 | 1010011 | 0 | 1110 | 100101100 | 1001000 | 110011 |
Color Harmonies of #DC26DC
Complementary color
Monochromatic Colors of #DC26DC
Black with #DC26DC
Text Example
Text Example
White with #DC26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26DC; }
p { color: rgb(220,38,220); }
H1.HeaderClassName
{
color: #DC26DC;
}
.AnyTagClassName
{
color: #DC26DC;
}
</style>
background-color css
<style>
a { background-color: #DC26DC; }
a { background-color: rgb(220,38,220); }
div.DivClassName
{
background-color: #DC26DC;
}
.BgClassName
{
background-color: #DC26DC;
}
</style>
border-color css
<style>
span { border-color: #DC26DC; }
span { border-color: rgb(220,38,220); }
td.TdClassName
{
border-color: #DC26DC;
}
.TagClassName
{
border-color: #DC26DC;
}
</style>