Shades of Deep Magenta #DC26D6
Tints of Deep Magenta #DC26D6
RGB
CMYK
RGB Variations
Color information
#DC26D6 (or 0xDC26D6) is known color: Deep Magenta. HEX triplet: DC, 26 and D6. RGB value is (220,38,214). Sum of RGB (Red+Green+Blue) = 220+38+214=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC26D6 is #23D929. Grayscale: #6F6F6F. Windows color (decimal): -2349354 or 14034652. OLE color: 14034652.
HSL color Cylindrical-coordinate representation of color #DC26D6: hue angle of 301.98º 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 #DC26D6 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 214 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.14 |
| HSL | 301.98º | 0.72% | 0.51% | - |
| HSV(B) | 301.98º | 0.83% | 0.86% | - |
| XYZ | 42.35 | 21.46 | 65.53 | - |
| YUV | 112.48 | 185.3 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 214 | 0 | 0.83 | 0.03 | 0.14 | 301.98 | 0.72 | 0.51 |
| Hex | DC | 26 | D6 | 0 | 53 | 3 | E | 12E | 48 | 33 |
| Octal | 334 | 46 | 326 | 0 | 123 | 3 | 16 | 456 | 110 | 63 |
| Binary | 11011100 | 100110 | 11010110 | 0 | 1010011 | 11 | 1110 | 100101110 | 1001000 | 110011 |
Color Harmonies of #DC26D6
Complementary color
Monochromatic Colors of #DC26D6
Black with #DC26D6
Text Example
Text Example
White with #DC26D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26D6; }
p { color: rgb(220,38,214); }
H1.HeaderClassName
{
color: #DC26D6;
}
.AnyTagClassName
{
color: #DC26D6;
}
</style>
background-color css
<style>
a { background-color: #DC26D6; }
a { background-color: rgb(220,38,214); }
div.DivClassName
{
background-color: #DC26D6;
}
.BgClassName
{
background-color: #DC26D6;
}
</style>
border-color css
<style>
span { border-color: #DC26D6; }
span { border-color: rgb(220,38,214); }
td.TdClassName
{
border-color: #DC26D6;
}
.TagClassName
{
border-color: #DC26D6;
}
</style>