Shades of Deep Magenta #DD1DDF
Tints of Deep Magenta #DD1DDF
RGB
CMYK
RGB Variations
Color information
#DD1DDF (or 0xDD1DDF) is known color: Deep Magenta. HEX triplet: DD, 1D and DF. RGB value is (221,29,223). Sum of RGB (Red+Green+Blue) = 221+29+223=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DDF is #22E220. Grayscale: #6B6B6B. Windows color (decimal): -2286113 or 14622173. OLE color: 14622173.
HSL color Cylindrical-coordinate representation of color #DD1DDF: hue angle of 299.38º 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 #DD1DDF is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 223 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.13 |
| HSL | 299.38º | 0.77% | 0.49% | - |
| HSV(B) | 299.38º | 0.87% | 0.87% | - |
| XYZ | 43.58 | 21.58 | 71.68 | - |
| YUV | 108.52 | 192.61 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 223 | 0.01 | 0.87 | 0 | 0.13 | 299.38 | 0.77 | 0.49 |
| Hex | DD | 1D | DF | 1 | 57 | 0 | D | 12B | 4D | 31 |
| Octal | 335 | 35 | 337 | 1 | 127 | 0 | 15 | 453 | 115 | 61 |
| Binary | 11011101 | 11101 | 11011111 | 1 | 1010111 | 0 | 1101 | 100101011 | 1001101 | 110001 |
Color Harmonies of #DD1DDF
Complementary color
Monochromatic Colors of #DD1DDF
Black with #DD1DDF
Text Example
Text Example
White with #DD1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DDF; }
p { color: rgb(221,29,223); }
H1.HeaderClassName
{
color: #DD1DDF;
}
.AnyTagClassName
{
color: #DD1DDF;
}
</style>
background-color css
<style>
a { background-color: #DD1DDF; }
a { background-color: rgb(221,29,223); }
div.DivClassName
{
background-color: #DD1DDF;
}
.BgClassName
{
background-color: #DD1DDF;
}
</style>
border-color css
<style>
span { border-color: #DD1DDF; }
span { border-color: rgb(221,29,223); }
td.TdClassName
{
border-color: #DD1DDF;
}
.TagClassName
{
border-color: #DD1DDF;
}
</style>