Shades of Deep Magenta #DD25E0
Tints of Deep Magenta #DD25E0
RGB
CMYK
RGB Variations
Color information
#DD25E0 (or 0xDD25E0) is known color: Deep Magenta. HEX triplet: DD, 25 and E0. RGB value is (221,37,224). Sum of RGB (Red+Green+Blue) = 221+37+224=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD25E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25E0 is #22DA1F. Grayscale: #707070. Windows color (decimal): -2284064 or 14689757. OLE color: 14689757.
HSL color Cylindrical-coordinate representation of color #DD25E0: hue angle of 299.04º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD25E0 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 37 | 224 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.12 |
| HSL | 299.04º | 0.75% | 0.51% | - |
| HSV(B) | 299.04º | 0.83% | 0.88% | - |
| XYZ | 43.93 | 22.08 | 72.47 | - |
| YUV | 113.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 224 | 0.01 | 0.83 | 0 | 0.12 | 299.04 | 0.75 | 0.51 |
| Hex | DD | 25 | E0 | 1 | 53 | 0 | C | 12B | 4B | 33 |
| Octal | 335 | 45 | 340 | 1 | 123 | 0 | 14 | 453 | 113 | 63 |
| Binary | 11011101 | 100101 | 11100000 | 1 | 1010011 | 0 | 1100 | 100101011 | 1001011 | 110011 |
Color Harmonies of #DD25E0
Complementary color
Monochromatic Colors of #DD25E0
Black with #DD25E0
Text Example
Text Example
White with #DD25E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25E0; }
p { color: rgb(221,37,224); }
H1.HeaderClassName
{
color: #DD25E0;
}
.AnyTagClassName
{
color: #DD25E0;
}
</style>
background-color css
<style>
a { background-color: #DD25E0; }
a { background-color: rgb(221,37,224); }
div.DivClassName
{
background-color: #DD25E0;
}
.BgClassName
{
background-color: #DD25E0;
}
</style>
border-color css
<style>
span { border-color: #DD25E0; }
span { border-color: rgb(221,37,224); }
td.TdClassName
{
border-color: #DD25E0;
}
.TagClassName
{
border-color: #DD25E0;
}
</style>