Shades of Deep Magenta #DC25D7
Tints of Deep Magenta #DC25D7
RGB
CMYK
RGB Variations
Color information
#DC25D7 (or 0xDC25D7) is known color: Deep Magenta. HEX triplet: DC, 25 and D7. RGB value is (220,37,215). Sum of RGB (Red+Green+Blue) = 220+37+215=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25D7 is #23DA28. Grayscale: #6F6F6F. Windows color (decimal): -2349609 or 14099932. OLE color: 14099932.
HSL color Cylindrical-coordinate representation of color #DC25D7: hue angle of 301.64º 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 #DC25D7 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 215 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.14 |
| HSL | 301.64º | 0.72% | 0.5% | - |
| HSV(B) | 301.64º | 0.83% | 0.86% | - |
| XYZ | 42.44 | 21.45 | 66.19 | - |
| YUV | 112.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 215 | 0 | 0.83 | 0.02 | 0.14 | 301.64 | 0.72 | 0.5 |
| Hex | DC | 25 | D7 | 0 | 53 | 2 | E | 12E | 48 | 32 |
| Octal | 334 | 45 | 327 | 0 | 123 | 2 | 16 | 456 | 110 | 62 |
| Binary | 11011100 | 100101 | 11010111 | 0 | 1010011 | 10 | 1110 | 100101110 | 1001000 | 110010 |
Color Harmonies of #DC25D7
Complementary color
Monochromatic Colors of #DC25D7
Black with #DC25D7
Text Example
Text Example
White with #DC25D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25D7; }
p { color: rgb(220,37,215); }
H1.HeaderClassName
{
color: #DC25D7;
}
.AnyTagClassName
{
color: #DC25D7;
}
</style>
background-color css
<style>
a { background-color: #DC25D7; }
a { background-color: rgb(220,37,215); }
div.DivClassName
{
background-color: #DC25D7;
}
.BgClassName
{
background-color: #DC25D7;
}
</style>
border-color css
<style>
span { border-color: #DC25D7; }
span { border-color: rgb(220,37,215); }
td.TdClassName
{
border-color: #DC25D7;
}
.TagClassName
{
border-color: #DC25D7;
}
</style>