Shades of Deep Magenta #DD24D6
Tints of Deep Magenta #DD24D6
RGB
CMYK
RGB Variations
Color information
#DD24D6 (or 0xDD24D6) is known color: Deep Magenta. HEX triplet: DD, 24 and D6. RGB value is (221,36,214). Sum of RGB (Red+Green+Blue) = 221+36+214=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24D6 is #22DB29. Grayscale: #6F6F6F. Windows color (decimal): -2284330 or 14034141. OLE color: 14034141.
HSL color Cylindrical-coordinate representation of color #DD24D6: hue angle of 302.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24D6 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 214 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.13 |
| HSL | 302.27º | 0.73% | 0.5% | - |
| HSV(B) | 302.27º | 0.84% | 0.87% | - |
| XYZ | 42.59 | 21.49 | 65.52 | - |
| YUV | 111.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 214 | 0 | 0.84 | 0.03 | 0.13 | 302.27 | 0.73 | 0.5 |
| Hex | DD | 24 | D6 | 0 | 54 | 3 | D | 12E | 49 | 32 |
| Octal | 335 | 44 | 326 | 0 | 124 | 3 | 15 | 456 | 111 | 62 |
| Binary | 11011101 | 100100 | 11010110 | 0 | 1010100 | 11 | 1101 | 100101110 | 1001001 | 110010 |
Color Harmonies of #DD24D6
Complementary color
Monochromatic Colors of #DD24D6
Black with #DD24D6
Text Example
Text Example
White with #DD24D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24D6; }
p { color: rgb(221,36,214); }
H1.HeaderClassName
{
color: #DD24D6;
}
.AnyTagClassName
{
color: #DD24D6;
}
</style>
background-color css
<style>
a { background-color: #DD24D6; }
a { background-color: rgb(221,36,214); }
div.DivClassName
{
background-color: #DD24D6;
}
.BgClassName
{
background-color: #DD24D6;
}
</style>
border-color css
<style>
span { border-color: #DD24D6; }
span { border-color: rgb(221,36,214); }
td.TdClassName
{
border-color: #DD24D6;
}
.TagClassName
{
border-color: #DD24D6;
}
</style>