Shades of Deep Magenta #DC25DD
Tints of Deep Magenta #DC25DD
RGB
CMYK
RGB Variations
Color information
#DC25DD (or 0xDC25DD) is known color: Deep Magenta. HEX triplet: DC, 25 and DD. RGB value is (220,37,221). Sum of RGB (Red+Green+Blue) = 220+37+221=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC25DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25DD is #23DA22. Grayscale: #707070. Windows color (decimal): -2349603 or 14493148. OLE color: 14493148.
HSL color Cylindrical-coordinate representation of color #DC25DD: hue angle of 299.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25DD is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 37 | 221 | - |
| CMYK | 0.00 | 0.83 | 0 | 0.13 |
| HSL | 299.67º | 0.73% | 0.51% | - |
| HSV(B) | 299.67º | 0.83% | 0.87% | - |
| XYZ | 43.23 | 21.76 | 70.33 | - |
| YUV | 112.69 | 189.13 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 221 | 0.00 | 0.83 | 0 | 0.13 | 299.67 | 0.73 | 0.51 |
| Hex | DC | 25 | DD | 0 | 53 | 0 | D | 12C | 49 | 33 |
| Octal | 334 | 45 | 335 | 0 | 123 | 0 | 15 | 454 | 111 | 63 |
| Binary | 11011100 | 100101 | 11011101 | 0 | 1010011 | 0 | 1101 | 100101100 | 1001001 | 110011 |
Color Harmonies of #DC25DD
Complementary color
Monochromatic Colors of #DC25DD
Black with #DC25DD
Text Example
Text Example
White with #DC25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25DD; }
p { color: rgb(220,37,221); }
H1.HeaderClassName
{
color: #DC25DD;
}
.AnyTagClassName
{
color: #DC25DD;
}
</style>
background-color css
<style>
a { background-color: #DC25DD; }
a { background-color: rgb(220,37,221); }
div.DivClassName
{
background-color: #DC25DD;
}
.BgClassName
{
background-color: #DC25DD;
}
</style>
border-color css
<style>
span { border-color: #DC25DD; }
span { border-color: rgb(220,37,221); }
td.TdClassName
{
border-color: #DC25DD;
}
.TagClassName
{
border-color: #DC25DD;
}
</style>