Shades of Deep Magenta #DC25DC
Tints of Deep Magenta #DC25DC
RGB
CMYK
RGB Variations
Color information
#DC25DC (or 0xDC25DC) is known color: Deep Magenta. HEX triplet: DC, 25 and DC. RGB value is (220,37,220). Sum of RGB (Red+Green+Blue) = 220+37+220=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC25DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25DC is #23DA23. Grayscale: #707070. Windows color (decimal): -2349604 or 14427612. OLE color: 14427612.
HSL color Cylindrical-coordinate representation of color #DC25DC: hue angle of 300º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25DC is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 220 | - |
| CMYK | 0 | 0.83 | 0 | 0.14 |
| HSL | 300º | 0.72% | 0.5% | - |
| HSV(B) | 300º | 0.83% | 0.86% | - |
| XYZ | 43.1 | 21.71 | 69.63 | - |
| YUV | 112.58 | 188.63 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 220 | 0 | 0.83 | 0 | 0.14 | 300 | 0.72 | 0.5 |
| Hex | DC | 25 | DC | 0 | 53 | 0 | E | 12C | 48 | 32 |
| Octal | 334 | 45 | 334 | 0 | 123 | 0 | 16 | 454 | 110 | 62 |
| Binary | 11011100 | 100101 | 11011100 | 0 | 1010011 | 0 | 1110 | 100101100 | 1001000 | 110010 |
Color Harmonies of #DC25DC
Complementary color
Monochromatic Colors of #DC25DC
Black with #DC25DC
Text Example
Text Example
White with #DC25DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25DC; }
p { color: rgb(220,37,220); }
H1.HeaderClassName
{
color: #DC25DC;
}
.AnyTagClassName
{
color: #DC25DC;
}
</style>
background-color css
<style>
a { background-color: #DC25DC; }
a { background-color: rgb(220,37,220); }
div.DivClassName
{
background-color: #DC25DC;
}
.BgClassName
{
background-color: #DC25DC;
}
</style>
border-color css
<style>
span { border-color: #DC25DC; }
span { border-color: rgb(220,37,220); }
td.TdClassName
{
border-color: #DC25DC;
}
.TagClassName
{
border-color: #DC25DC;
}
</style>