Shades of Deep Magenta #DD0ABB
Tints of Deep Magenta #DD0ABB
RGB
CMYK
RGB Variations
Color information
#DD0ABB (or 0xDD0ABB) is known color: Deep Magenta. HEX triplet: DD, 0A and BB. RGB value is (221,10,187). Sum of RGB (Red+Green+Blue) = 221+10+187=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ABB is #22F544. Grayscale: #5C5C5C. Windows color (decimal): -2291013 or 12258013. OLE color: 12258013.
HSL color Cylindrical-coordinate representation of color #DD0ABB: hue angle of 309.67º 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 #DD0ABB is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.13 |
| HSL | 309.67º | 0.91% | 0.45% | - |
| HSV(B) | 309.67º | 0.95% | 0.87% | - |
| XYZ | 38.9 | 19.18 | 48.67 | - |
| YUV | 93.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 187 | 0 | 0.95 | 0.15 | 0.13 | 309.67 | 0.91 | 0.45 |
| Hex | DD | A | BB | 0 | 5F | F | D | 136 | 5B | 2D |
| Octal | 335 | 12 | 273 | 0 | 137 | 17 | 15 | 466 | 133 | 55 |
| Binary | 11011101 | 1010 | 10111011 | 0 | 1011111 | 1111 | 1101 | 100110110 | 1011011 | 101101 |
Color Harmonies of #DD0ABB
Complementary color
Monochromatic Colors of #DD0ABB
Black with #DD0ABB
Text Example
Text Example
White with #DD0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ABB; }
p { color: rgb(221,10,187); }
H1.HeaderClassName
{
color: #DD0ABB;
}
.AnyTagClassName
{
color: #DD0ABB;
}
</style>
background-color css
<style>
a { background-color: #DD0ABB; }
a { background-color: rgb(221,10,187); }
div.DivClassName
{
background-color: #DD0ABB;
}
.BgClassName
{
background-color: #DD0ABB;
}
</style>
border-color css
<style>
span { border-color: #DD0ABB; }
span { border-color: rgb(221,10,187); }
td.TdClassName
{
border-color: #DD0ABB;
}
.TagClassName
{
border-color: #DD0ABB;
}
</style>