Shades of Deep Magenta #DD1DDA
Tints of Deep Magenta #DD1DDA
RGB
CMYK
RGB Variations
Color information
#DD1DDA (or 0xDD1DDA) is known color: Deep Magenta. HEX triplet: DD, 1D and DA. RGB value is (221,29,218). Sum of RGB (Red+Green+Blue) = 221+29+218=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DDA is #22E225. Grayscale: #6B6B6B. Windows color (decimal): -2286118 or 14294493. OLE color: 14294493.
HSL color Cylindrical-coordinate representation of color #DD1DDA: hue angle of 300.94º 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 #DD1DDA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 218 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.13 |
| HSL | 300.94º | 0.77% | 0.49% | - |
| HSV(B) | 300.94º | 0.87% | 0.87% | - |
| XYZ | 42.91 | 21.31 | 68.18 | - |
| YUV | 107.95 | 190.11 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 218 | 0 | 0.87 | 0.01 | 0.13 | 300.94 | 0.77 | 0.49 |
| Hex | DD | 1D | DA | 0 | 57 | 1 | D | 12D | 4D | 31 |
| Octal | 335 | 35 | 332 | 0 | 127 | 1 | 15 | 455 | 115 | 61 |
| Binary | 11011101 | 11101 | 11011010 | 0 | 1010111 | 1 | 1101 | 100101101 | 1001101 | 110001 |
Color Harmonies of #DD1DDA
Complementary color
Monochromatic Colors of #DD1DDA
Black with #DD1DDA
Text Example
Text Example
White with #DD1DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DDA; }
p { color: rgb(221,29,218); }
H1.HeaderClassName
{
color: #DD1DDA;
}
.AnyTagClassName
{
color: #DD1DDA;
}
</style>
background-color css
<style>
a { background-color: #DD1DDA; }
a { background-color: rgb(221,29,218); }
div.DivClassName
{
background-color: #DD1DDA;
}
.BgClassName
{
background-color: #DD1DDA;
}
</style>
border-color css
<style>
span { border-color: #DD1DDA; }
span { border-color: rgb(221,29,218); }
td.TdClassName
{
border-color: #DD1DDA;
}
.TagClassName
{
border-color: #DD1DDA;
}
</style>