Shades of Deep Magenta #DD24DF
Tints of Deep Magenta #DD24DF
RGB
CMYK
RGB Variations
Color information
#DD24DF (or 0xDD24DF) is known color: Deep Magenta. HEX triplet: DD, 24 and DF. RGB value is (221,36,223). Sum of RGB (Red+Green+Blue) = 221+36+223=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24DF is #22DB20. Grayscale: #707070. Windows color (decimal): -2284321 or 14623965. OLE color: 14623965.
HSL color Cylindrical-coordinate representation of color #DD24DF: hue angle of 299.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD24DF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 223 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.13 |
| HSL | 299.36º | 0.75% | 0.51% | - |
| HSV(B) | 299.36º | 0.84% | 0.87% | - |
| XYZ | 43.77 | 21.96 | 71.74 | - |
| YUV | 112.63 | 190.29 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 223 | 0.01 | 0.84 | 0 | 0.13 | 299.36 | 0.75 | 0.51 |
| Hex | DD | 24 | DF | 1 | 54 | 0 | D | 12B | 4B | 33 |
| Octal | 335 | 44 | 337 | 1 | 124 | 0 | 15 | 453 | 113 | 63 |
| Binary | 11011101 | 100100 | 11011111 | 1 | 1010100 | 0 | 1101 | 100101011 | 1001011 | 110011 |
Color Harmonies of #DD24DF
Complementary color
Monochromatic Colors of #DD24DF
Black with #DD24DF
Text Example
Text Example
White with #DD24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24DF; }
p { color: rgb(221,36,223); }
H1.HeaderClassName
{
color: #DD24DF;
}
.AnyTagClassName
{
color: #DD24DF;
}
</style>
background-color css
<style>
a { background-color: #DD24DF; }
a { background-color: rgb(221,36,223); }
div.DivClassName
{
background-color: #DD24DF;
}
.BgClassName
{
background-color: #DD24DF;
}
</style>
border-color css
<style>
span { border-color: #DD24DF; }
span { border-color: rgb(221,36,223); }
td.TdClassName
{
border-color: #DD24DF;
}
.TagClassName
{
border-color: #DD24DF;
}
</style>