Shades of Deep Magenta #DD0ABC
Tints of Deep Magenta #DD0ABC
RGB
CMYK
RGB Variations
Color information
#DD0ABC (or 0xDD0ABC) is known color: Deep Magenta. HEX triplet: DD, 0A and BC. RGB value is (221,10,188). Sum of RGB (Red+Green+Blue) = 221+10+188=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ABC is #22F543. Grayscale: #5C5C5C. Windows color (decimal): -2291012 or 12323549. OLE color: 12323549.
HSL color Cylindrical-coordinate representation of color #DD0ABC: hue angle of 309.38º 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 #DD0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.13 |
| HSL | 309.38º | 0.91% | 0.45% | - |
| HSV(B) | 309.38º | 0.95% | 0.87% | - |
| XYZ | 39 | 19.22 | 49.23 | - |
| YUV | 93.38 | 181.4 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 188 | 0 | 0.95 | 0.15 | 0.13 | 309.38 | 0.91 | 0.45 |
| Hex | DD | A | BC | 0 | 5F | F | D | 135 | 5B | 2D |
| Octal | 335 | 12 | 274 | 0 | 137 | 17 | 15 | 465 | 133 | 55 |
| Binary | 11011101 | 1010 | 10111100 | 0 | 1011111 | 1111 | 1101 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DD0ABC
Complementary color
Monochromatic Colors of #DD0ABC
Black with #DD0ABC
Text Example
Text Example
White with #DD0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ABC; }
p { color: rgb(221,10,188); }
H1.HeaderClassName
{
color: #DD0ABC;
}
.AnyTagClassName
{
color: #DD0ABC;
}
</style>
background-color css
<style>
a { background-color: #DD0ABC; }
a { background-color: rgb(221,10,188); }
div.DivClassName
{
background-color: #DD0ABC;
}
.BgClassName
{
background-color: #DD0ABC;
}
</style>
border-color css
<style>
span { border-color: #DD0ABC; }
span { border-color: rgb(221,10,188); }
td.TdClassName
{
border-color: #DD0ABC;
}
.TagClassName
{
border-color: #DD0ABC;
}
</style>