Shades of Deep Magenta #DD0ABD
Tints of Deep Magenta #DD0ABD
RGB
CMYK
RGB Variations
Color information
#DD0ABD (or 0xDD0ABD) is known color: Deep Magenta. HEX triplet: DD, 0A and BD. RGB value is (221,10,189). Sum of RGB (Red+Green+Blue) = 221+10+189=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ABD is #22F542. Grayscale: #5C5C5C. Windows color (decimal): -2291011 or 12389085. OLE color: 12389085.
HSL color Cylindrical-coordinate representation of color #DD0ABD: hue angle of 309.1º 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 #DD0ABD is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 189 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.13 |
| HSL | 309.1º | 0.91% | 0.45% | - |
| HSV(B) | 309.1º | 0.95% | 0.87% | - |
| XYZ | 39.11 | 19.26 | 49.8 | - |
| YUV | 93.5 | 181.9 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 189 | 0 | 0.95 | 0.14 | 0.13 | 309.1 | 0.91 | 0.45 |
| Hex | DD | A | BD | 0 | 5F | E | D | 135 | 5B | 2D |
| Octal | 335 | 12 | 275 | 0 | 137 | 16 | 15 | 465 | 133 | 55 |
| Binary | 11011101 | 1010 | 10111101 | 0 | 1011111 | 1110 | 1101 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DD0ABD
Complementary color
Monochromatic Colors of #DD0ABD
Black with #DD0ABD
Text Example
Text Example
White with #DD0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ABD; }
p { color: rgb(221,10,189); }
H1.HeaderClassName
{
color: #DD0ABD;
}
.AnyTagClassName
{
color: #DD0ABD;
}
</style>
background-color css
<style>
a { background-color: #DD0ABD; }
a { background-color: rgb(221,10,189); }
div.DivClassName
{
background-color: #DD0ABD;
}
.BgClassName
{
background-color: #DD0ABD;
}
</style>
border-color css
<style>
span { border-color: #DD0ABD; }
span { border-color: rgb(221,10,189); }
td.TdClassName
{
border-color: #DD0ABD;
}
.TagClassName
{
border-color: #DD0ABD;
}
</style>