Shades of Deep Magenta #DD07DE
Tints of Deep Magenta #DD07DE
RGB
CMYK
RGB Variations
Color information
#DD07DE (or 0xDD07DE) is known color: Deep Magenta. HEX triplet: DD, 07 and DE. RGB value is (221,7,222). Sum of RGB (Red+Green+Blue) = 221+7+222=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD07DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07DE is #22F821. Grayscale: #5E5E5E. Windows color (decimal): -2291746 or 14551005. OLE color: 14551005.
HSL color Cylindrical-coordinate representation of color #DD07DE: hue angle of 299.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07DE is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 222 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.13 |
| HSL | 299.72º | 0.94% | 0.45% | - |
| HSV(B) | 299.72º | 0.97% | 0.87% | - |
| XYZ | 43.08 | 20.8 | 70.85 | - |
| YUV | 95.5 | 199.4 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 222 | 0.00 | 0.97 | 0 | 0.13 | 299.72 | 0.94 | 0.45 |
| Hex | DD | 7 | DE | 0 | 61 | 0 | D | 12C | 5E | 2D |
| Octal | 335 | 7 | 336 | 0 | 141 | 0 | 15 | 454 | 136 | 55 |
| Binary | 11011101 | 111 | 11011110 | 0 | 1100001 | 0 | 1101 | 100101100 | 1011110 | 101101 |
Color Harmonies of #DD07DE
Complementary color
Monochromatic Colors of #DD07DE
Black with #DD07DE
Text Example
Text Example
White with #DD07DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07DE; }
p { color: rgb(221,7,222); }
H1.HeaderClassName
{
color: #DD07DE;
}
.AnyTagClassName
{
color: #DD07DE;
}
</style>
background-color css
<style>
a { background-color: #DD07DE; }
a { background-color: rgb(221,7,222); }
div.DivClassName
{
background-color: #DD07DE;
}
.BgClassName
{
background-color: #DD07DE;
}
</style>
border-color css
<style>
span { border-color: #DD07DE; }
span { border-color: rgb(221,7,222); }
td.TdClassName
{
border-color: #DD07DE;
}
.TagClassName
{
border-color: #DD07DE;
}
</style>