Shades of Deep Magenta #DD0AB7
Tints of Deep Magenta #DD0AB7
RGB
CMYK
RGB Variations
Color information
#DD0AB7 (or 0xDD0AB7) is known color: Deep Magenta. HEX triplet: DD, 0A and B7. RGB value is (221,10,183). Sum of RGB (Red+Green+Blue) = 221+10+183=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0AB7 is #22F548. Grayscale: #5C5C5C. Windows color (decimal): -2291017 or 11995869. OLE color: 11995869.
HSL color Cylindrical-coordinate representation of color #DD0AB7: hue angle of 310.81º 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 #DD0AB7 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 183 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.13 |
| HSL | 310.81º | 0.91% | 0.45% | - |
| HSV(B) | 310.81º | 0.95% | 0.87% | - |
| XYZ | 38.47 | 19.01 | 46.44 | - |
| YUV | 92.81 | 178.9 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 183 | 0 | 0.95 | 0.17 | 0.13 | 310.81 | 0.91 | 0.45 |
| Hex | DD | A | B7 | 0 | 5F | 11 | D | 137 | 5B | 2D |
| Octal | 335 | 12 | 267 | 0 | 137 | 21 | 15 | 467 | 133 | 55 |
| Binary | 11011101 | 1010 | 10110111 | 0 | 1011111 | 10001 | 1101 | 100110111 | 1011011 | 101101 |
Color Harmonies of #DD0AB7
Complementary color
Monochromatic Colors of #DD0AB7
Black with #DD0AB7
Text Example
Text Example
White with #DD0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0AB7; }
p { color: rgb(221,10,183); }
H1.HeaderClassName
{
color: #DD0AB7;
}
.AnyTagClassName
{
color: #DD0AB7;
}
</style>
background-color css
<style>
a { background-color: #DD0AB7; }
a { background-color: rgb(221,10,183); }
div.DivClassName
{
background-color: #DD0AB7;
}
.BgClassName
{
background-color: #DD0AB7;
}
</style>
border-color css
<style>
span { border-color: #DD0AB7; }
span { border-color: rgb(221,10,183); }
td.TdClassName
{
border-color: #DD0AB7;
}
.TagClassName
{
border-color: #DD0AB7;
}
</style>