Shades of Deep Magenta #DD0ADC
Tints of Deep Magenta #DD0ADC
RGB
CMYK
RGB Variations
Color information
#DD0ADC (or 0xDD0ADC) is known color: Deep Magenta. HEX triplet: DD, 0A and DC. RGB value is (221,10,220). Sum of RGB (Red+Green+Blue) = 221+10+220=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ADC is #22F523. Grayscale: #606060. Windows color (decimal): -2290980 or 14420701. OLE color: 14420701.
HSL color Cylindrical-coordinate representation of color #DD0ADC: hue angle of 300.28º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0ADC is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 220 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.13 |
| HSL | 300.28º | 0.91% | 0.45% | - |
| HSV(B) | 300.28º | 0.95% | 0.87% | - |
| XYZ | 42.85 | 20.76 | 69.46 | - |
| YUV | 97.03 | 197.4 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 220 | 0 | 0.95 | 0.00 | 0.13 | 300.28 | 0.91 | 0.45 |
| Hex | DD | A | DC | 0 | 5F | 0 | D | 12C | 5B | 2D |
| Octal | 335 | 12 | 334 | 0 | 137 | 0 | 15 | 454 | 133 | 55 |
| Binary | 11011101 | 1010 | 11011100 | 0 | 1011111 | 0 | 1101 | 100101100 | 1011011 | 101101 |
Color Harmonies of #DD0ADC
Complementary color
Monochromatic Colors of #DD0ADC
Black with #DD0ADC
Text Example
Text Example
White with #DD0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ADC; }
p { color: rgb(221,10,220); }
H1.HeaderClassName
{
color: #DD0ADC;
}
.AnyTagClassName
{
color: #DD0ADC;
}
</style>
background-color css
<style>
a { background-color: #DD0ADC; }
a { background-color: rgb(221,10,220); }
div.DivClassName
{
background-color: #DD0ADC;
}
.BgClassName
{
background-color: #DD0ADC;
}
</style>
border-color css
<style>
span { border-color: #DD0ADC; }
span { border-color: rgb(221,10,220); }
td.TdClassName
{
border-color: #DD0ADC;
}
.TagClassName
{
border-color: #DD0ADC;
}
</style>