Shades of Deep Magenta #DD09BC
Tints of Deep Magenta #DD09BC
RGB
CMYK
RGB Variations
Color information
#DD09BC (or 0xDD09BC) is known color: Deep Magenta. HEX triplet: DD, 09 and BC. RGB value is (221,9,188). Sum of RGB (Red+Green+Blue) = 221+9+188=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09BC is #22F643. Grayscale: #5C5C5C. Windows color (decimal): -2291268 or 12323293. OLE color: 12323293.
HSL color Cylindrical-coordinate representation of color #DD09BC: hue angle of 309.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09BC is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.13 |
| HSL | 309.34º | 0.92% | 0.45% | - |
| HSV(B) | 309.34º | 0.96% | 0.87% | - |
| XYZ | 38.99 | 19.2 | 49.23 | - |
| YUV | 92.79 | 181.74 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 188 | 0 | 0.96 | 0.15 | 0.13 | 309.34 | 0.92 | 0.45 |
| Hex | DD | 9 | BC | 0 | 60 | F | D | 135 | 5C | 2D |
| Octal | 335 | 11 | 274 | 0 | 140 | 17 | 15 | 465 | 134 | 55 |
| Binary | 11011101 | 1001 | 10111100 | 0 | 1100000 | 1111 | 1101 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DD09BC
Complementary color
Monochromatic Colors of #DD09BC
Black with #DD09BC
Text Example
Text Example
White with #DD09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09BC; }
p { color: rgb(221,9,188); }
H1.HeaderClassName
{
color: #DD09BC;
}
.AnyTagClassName
{
color: #DD09BC;
}
</style>
background-color css
<style>
a { background-color: #DD09BC; }
a { background-color: rgb(221,9,188); }
div.DivClassName
{
background-color: #DD09BC;
}
.BgClassName
{
background-color: #DD09BC;
}
</style>
border-color css
<style>
span { border-color: #DD09BC; }
span { border-color: rgb(221,9,188); }
td.TdClassName
{
border-color: #DD09BC;
}
.TagClassName
{
border-color: #DD09BC;
}
</style>