Shades of Deep Magenta #DD1ADC
Tints of Deep Magenta #DD1ADC
RGB
CMYK
RGB Variations
Color information
#DD1ADC (or 0xDD1ADC) is known color: Deep Magenta. HEX triplet: DD, 1A and DC. RGB value is (221,26,220). Sum of RGB (Red+Green+Blue) = 221+26+220=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ADC is #22E523. Grayscale: #696969. Windows color (decimal): -2286884 or 14424797. OLE color: 14424797.
HSL color Cylindrical-coordinate representation of color #DD1ADC: hue angle of 300.31º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1ADC is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 220 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.13 |
| HSL | 300.31º | 0.79% | 0.48% | - |
| HSV(B) | 300.31º | 0.88% | 0.87% | - |
| XYZ | 43.11 | 21.28 | 69.55 | - |
| YUV | 106.42 | 192.1 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 220 | 0 | 0.88 | 0.00 | 0.13 | 300.31 | 0.79 | 0.48 |
| Hex | DD | 1A | DC | 0 | 58 | 0 | D | 12C | 4F | 30 |
| Octal | 335 | 32 | 334 | 0 | 130 | 0 | 15 | 454 | 117 | 60 |
| Binary | 11011101 | 11010 | 11011100 | 0 | 1011000 | 0 | 1101 | 100101100 | 1001111 | 110000 |
Color Harmonies of #DD1ADC
Complementary color
Monochromatic Colors of #DD1ADC
Black with #DD1ADC
Text Example
Text Example
White with #DD1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ADC; }
p { color: rgb(221,26,220); }
H1.HeaderClassName
{
color: #DD1ADC;
}
.AnyTagClassName
{
color: #DD1ADC;
}
</style>
background-color css
<style>
a { background-color: #DD1ADC; }
a { background-color: rgb(221,26,220); }
div.DivClassName
{
background-color: #DD1ADC;
}
.BgClassName
{
background-color: #DD1ADC;
}
</style>
border-color css
<style>
span { border-color: #DD1ADC; }
span { border-color: rgb(221,26,220); }
td.TdClassName
{
border-color: #DD1ADC;
}
.TagClassName
{
border-color: #DD1ADC;
}
</style>