Shades of Deep Magenta #DC25D4
Tints of Deep Magenta #DC25D4
RGB
CMYK
RGB Variations
Color information
#DC25D4 (or 0xDC25D4) is known color: Deep Magenta. HEX triplet: DC, 25 and D4. RGB value is (220,37,212). Sum of RGB (Red+Green+Blue) = 220+37+212=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25D4 is #23DA2B. Grayscale: #6F6F6F. Windows color (decimal): -2349612 or 13903324. OLE color: 13903324.
HSL color Cylindrical-coordinate representation of color #DC25D4: hue angle of 302.62º 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 #DC25D4 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 212 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.14 |
| HSL | 302.62º | 0.72% | 0.5% | - |
| HSV(B) | 302.62º | 0.83% | 0.86% | - |
| XYZ | 42.06 | 21.29 | 64.18 | - |
| YUV | 111.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 212 | 0 | 0.83 | 0.04 | 0.14 | 302.62 | 0.72 | 0.5 |
| Hex | DC | 25 | D4 | 0 | 53 | 4 | E | 12F | 48 | 32 |
| Octal | 334 | 45 | 324 | 0 | 123 | 4 | 16 | 457 | 110 | 62 |
| Binary | 11011100 | 100101 | 11010100 | 0 | 1010011 | 100 | 1110 | 100101111 | 1001000 | 110010 |
Color Harmonies of #DC25D4
Complementary color
Monochromatic Colors of #DC25D4
Black with #DC25D4
Text Example
Text Example
White with #DC25D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25D4; }
p { color: rgb(220,37,212); }
H1.HeaderClassName
{
color: #DC25D4;
}
.AnyTagClassName
{
color: #DC25D4;
}
</style>
background-color css
<style>
a { background-color: #DC25D4; }
a { background-color: rgb(220,37,212); }
div.DivClassName
{
background-color: #DC25D4;
}
.BgClassName
{
background-color: #DC25D4;
}
</style>
border-color css
<style>
span { border-color: #DC25D4; }
span { border-color: rgb(220,37,212); }
td.TdClassName
{
border-color: #DC25D4;
}
.TagClassName
{
border-color: #DC25D4;
}
</style>