Shades of Deep Magenta #DD24DB
Tints of Deep Magenta #DD24DB
RGB
CMYK
RGB Variations
Color information
#DD24DB (or 0xDD24DB) is known color: Deep Magenta. HEX triplet: DD, 24 and DB. RGB value is (221,36,219). Sum of RGB (Red+Green+Blue) = 221+36+219=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD24DB is #22DB24. Grayscale: #6F6F6F. Windows color (decimal): -2284325 or 14361821. OLE color: 14361821.
HSL color Cylindrical-coordinate representation of color #DD24DB: hue angle of 300.65º 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 #DD24DB is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 36 | 219 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.13 |
| HSL | 300.65º | 0.73% | 0.5% | - |
| HSV(B) | 300.65º | 0.84% | 0.87% | - |
| XYZ | 43.24 | 21.75 | 68.94 | - |
| YUV | 112.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 36 | 219 | 0 | 0.84 | 0.01 | 0.13 | 300.65 | 0.73 | 0.5 |
| Hex | DD | 24 | DB | 0 | 54 | 1 | D | 12D | 49 | 32 |
| Octal | 335 | 44 | 333 | 0 | 124 | 1 | 15 | 455 | 111 | 62 |
| Binary | 11011101 | 100100 | 11011011 | 0 | 1010100 | 1 | 1101 | 100101101 | 1001001 | 110010 |
Color Harmonies of #DD24DB
Complementary color
Monochromatic Colors of #DD24DB
Black with #DD24DB
Text Example
Text Example
White with #DD24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD24DB; }
p { color: rgb(221,36,219); }
H1.HeaderClassName
{
color: #DD24DB;
}
.AnyTagClassName
{
color: #DD24DB;
}
</style>
background-color css
<style>
a { background-color: #DD24DB; }
a { background-color: rgb(221,36,219); }
div.DivClassName
{
background-color: #DD24DB;
}
.BgClassName
{
background-color: #DD24DB;
}
</style>
border-color css
<style>
span { border-color: #DD24DB; }
span { border-color: rgb(221,36,219); }
td.TdClassName
{
border-color: #DD24DB;
}
.TagClassName
{
border-color: #DD24DB;
}
</style>