Shades of Deep Magenta #DD0AD7
Tints of Deep Magenta #DD0AD7
RGB
CMYK
RGB Variations
Color information
#DD0AD7 (or 0xDD0AD7) is known color: Deep Magenta. HEX triplet: DD, 0A and D7. RGB value is (221,10,215). Sum of RGB (Red+Green+Blue) = 221+10+215=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0AD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0AD7 is #22F528. Grayscale: #5F5F5F. Windows color (decimal): -2290985 or 14093021. OLE color: 14093021.
HSL color Cylindrical-coordinate representation of color #DD0AD7: hue angle of 301.71º 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 #DD0AD7 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 215 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.13 |
| HSL | 301.71º | 0.91% | 0.45% | - |
| HSV(B) | 301.71º | 0.95% | 0.87% | - |
| XYZ | 42.19 | 20.5 | 66.02 | - |
| YUV | 96.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 215 | 0 | 0.95 | 0.03 | 0.13 | 301.71 | 0.91 | 0.45 |
| Hex | DD | A | D7 | 0 | 5F | 3 | D | 12E | 5B | 2D |
| Octal | 335 | 12 | 327 | 0 | 137 | 3 | 15 | 456 | 133 | 55 |
| Binary | 11011101 | 1010 | 11010111 | 0 | 1011111 | 11 | 1101 | 100101110 | 1011011 | 101101 |
Color Harmonies of #DD0AD7
Complementary color
Monochromatic Colors of #DD0AD7
Black with #DD0AD7
Text Example
Text Example
White with #DD0AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0AD7; }
p { color: rgb(221,10,215); }
H1.HeaderClassName
{
color: #DD0AD7;
}
.AnyTagClassName
{
color: #DD0AD7;
}
</style>
background-color css
<style>
a { background-color: #DD0AD7; }
a { background-color: rgb(221,10,215); }
div.DivClassName
{
background-color: #DD0AD7;
}
.BgClassName
{
background-color: #DD0AD7;
}
</style>
border-color css
<style>
span { border-color: #DD0AD7; }
span { border-color: rgb(221,10,215); }
td.TdClassName
{
border-color: #DD0AD7;
}
.TagClassName
{
border-color: #DD0AD7;
}
</style>