Shades of Deep Magenta #DD1ADF
Tints of Deep Magenta #DD1ADF
RGB
CMYK
RGB Variations
Color information
#DD1ADF (or 0xDD1ADF) is known color: Deep Magenta. HEX triplet: DD, 1A and DF. RGB value is (221,26,223). Sum of RGB (Red+Green+Blue) = 221+26+223=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD1ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ADF is #22E520. Grayscale: #6A6A6A. Windows color (decimal): -2286881 or 14621405. OLE color: 14621405.
HSL color Cylindrical-coordinate representation of color #DD1ADF: hue angle of 299.39º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1ADF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 223 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.13 |
| HSL | 299.39º | 0.79% | 0.49% | - |
| HSV(B) | 299.39º | 0.88% | 0.87% | - |
| XYZ | 43.51 | 21.44 | 71.66 | - |
| YUV | 106.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 223 | 0.01 | 0.88 | 0 | 0.13 | 299.39 | 0.79 | 0.49 |
| Hex | DD | 1A | DF | 1 | 58 | 0 | D | 12B | 4F | 31 |
| Octal | 335 | 32 | 337 | 1 | 130 | 0 | 15 | 453 | 117 | 61 |
| Binary | 11011101 | 11010 | 11011111 | 1 | 1011000 | 0 | 1101 | 100101011 | 1001111 | 110001 |
Color Harmonies of #DD1ADF
Complementary color
Monochromatic Colors of #DD1ADF
Black with #DD1ADF
Text Example
Text Example
White with #DD1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ADF; }
p { color: rgb(221,26,223); }
H1.HeaderClassName
{
color: #DD1ADF;
}
.AnyTagClassName
{
color: #DD1ADF;
}
</style>
background-color css
<style>
a { background-color: #DD1ADF; }
a { background-color: rgb(221,26,223); }
div.DivClassName
{
background-color: #DD1ADF;
}
.BgClassName
{
background-color: #DD1ADF;
}
</style>
border-color css
<style>
span { border-color: #DD1ADF; }
span { border-color: rgb(221,26,223); }
td.TdClassName
{
border-color: #DD1ADF;
}
.TagClassName
{
border-color: #DD1ADF;
}
</style>