Shades of Deep Magenta #DD1DDC
Tints of Deep Magenta #DD1DDC
RGB
CMYK
RGB Variations
Color information
#DD1DDC (or 0xDD1DDC) is known color: Deep Magenta. HEX triplet: DD, 1D and DC. RGB value is (221,29,220). Sum of RGB (Red+Green+Blue) = 221+29+220=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DDC is #22E223. Grayscale: #6B6B6B. Windows color (decimal): -2286116 or 14425565. OLE color: 14425565.
HSL color Cylindrical-coordinate representation of color #DD1DDC: hue angle of 300.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DDC is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 220 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.13 |
| HSL | 300.31º | 0.77% | 0.49% | - |
| HSV(B) | 300.31º | 0.87% | 0.87% | - |
| XYZ | 43.18 | 21.42 | 69.57 | - |
| YUV | 108.18 | 191.11 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 220 | 0 | 0.87 | 0.00 | 0.13 | 300.31 | 0.77 | 0.49 |
| Hex | DD | 1D | DC | 0 | 57 | 0 | D | 12C | 4D | 31 |
| Octal | 335 | 35 | 334 | 0 | 127 | 0 | 15 | 454 | 115 | 61 |
| Binary | 11011101 | 11101 | 11011100 | 0 | 1010111 | 0 | 1101 | 100101100 | 1001101 | 110001 |
Color Harmonies of #DD1DDC
Complementary color
Monochromatic Colors of #DD1DDC
Black with #DD1DDC
Text Example
Text Example
White with #DD1DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DDC; }
p { color: rgb(221,29,220); }
H1.HeaderClassName
{
color: #DD1DDC;
}
.AnyTagClassName
{
color: #DD1DDC;
}
</style>
background-color css
<style>
a { background-color: #DD1DDC; }
a { background-color: rgb(221,29,220); }
div.DivClassName
{
background-color: #DD1DDC;
}
.BgClassName
{
background-color: #DD1DDC;
}
</style>
border-color css
<style>
span { border-color: #DD1DDC; }
span { border-color: rgb(221,29,220); }
td.TdClassName
{
border-color: #DD1DDC;
}
.TagClassName
{
border-color: #DD1DDC;
}
</style>