Shades of Deep Magenta #DD25D7
Tints of Deep Magenta #DD25D7
RGB
CMYK
RGB Variations
Color information
#DD25D7 (or 0xDD25D7) is known color: Deep Magenta. HEX triplet: DD, 25 and D7. RGB value is (221,37,215). Sum of RGB (Red+Green+Blue) = 221+37+215=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD25D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25D7 is #22DA28. Grayscale: #6F6F6F. Windows color (decimal): -2284073 or 14099933. OLE color: 14099933.
HSL color Cylindrical-coordinate representation of color #DD25D7: hue angle of 301.96º 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 #DD25D7 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 215 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.13 |
| HSL | 301.96º | 0.73% | 0.51% | - |
| HSV(B) | 301.96º | 0.83% | 0.87% | - |
| XYZ | 42.75 | 21.6 | 66.21 | - |
| YUV | 112.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 215 | 0 | 0.83 | 0.03 | 0.13 | 301.96 | 0.73 | 0.51 |
| Hex | DD | 25 | D7 | 0 | 53 | 3 | D | 12E | 49 | 33 |
| Octal | 335 | 45 | 327 | 0 | 123 | 3 | 15 | 456 | 111 | 63 |
| Binary | 11011101 | 100101 | 11010111 | 0 | 1010011 | 11 | 1101 | 100101110 | 1001001 | 110011 |
Color Harmonies of #DD25D7
Complementary color
Monochromatic Colors of #DD25D7
Black with #DD25D7
Text Example
Text Example
White with #DD25D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD25D7; }
p { color: rgb(221,37,215); }
H1.HeaderClassName
{
color: #DD25D7;
}
.AnyTagClassName
{
color: #DD25D7;
}
</style>
background-color css
<style>
a { background-color: #DD25D7; }
a { background-color: rgb(221,37,215); }
div.DivClassName
{
background-color: #DD25D7;
}
.BgClassName
{
background-color: #DD25D7;
}
</style>
border-color css
<style>
span { border-color: #DD25D7; }
span { border-color: rgb(221,37,215); }
td.TdClassName
{
border-color: #DD25D7;
}
.TagClassName
{
border-color: #DD25D7;
}
</style>