Shades of Deep Magenta #DD09D8
Tints of Deep Magenta #DD09D8
RGB
CMYK
RGB Variations
Color information
#DD09D8 (or 0xDD09D8) is known color: Deep Magenta. HEX triplet: DD, 09 and D8. RGB value is (221,9,216). Sum of RGB (Red+Green+Blue) = 221+9+216=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09D8 is #22F627. Grayscale: #5F5F5F. Windows color (decimal): -2291240 or 14158301. OLE color: 14158301.
HSL color Cylindrical-coordinate representation of color #DD09D8: hue angle of 301.42º 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 #DD09D8 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 216 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.13 |
| HSL | 301.42º | 0.92% | 0.45% | - |
| HSV(B) | 301.42º | 0.96% | 0.87% | - |
| XYZ | 42.31 | 20.53 | 66.7 | - |
| YUV | 95.99 | 195.74 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 216 | 0 | 0.96 | 0.02 | 0.13 | 301.42 | 0.92 | 0.45 |
| Hex | DD | 9 | D8 | 0 | 60 | 2 | D | 12D | 5C | 2D |
| Octal | 335 | 11 | 330 | 0 | 140 | 2 | 15 | 455 | 134 | 55 |
| Binary | 11011101 | 1001 | 11011000 | 0 | 1100000 | 10 | 1101 | 100101101 | 1011100 | 101101 |
Color Harmonies of #DD09D8
Complementary color
Monochromatic Colors of #DD09D8
Black with #DD09D8
Text Example
Text Example
White with #DD09D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09D8; }
p { color: rgb(221,9,216); }
H1.HeaderClassName
{
color: #DD09D8;
}
.AnyTagClassName
{
color: #DD09D8;
}
</style>
background-color css
<style>
a { background-color: #DD09D8; }
a { background-color: rgb(221,9,216); }
div.DivClassName
{
background-color: #DD09D8;
}
.BgClassName
{
background-color: #DD09D8;
}
</style>
border-color css
<style>
span { border-color: #DD09D8; }
span { border-color: rgb(221,9,216); }
td.TdClassName
{
border-color: #DD09D8;
}
.TagClassName
{
border-color: #DD09D8;
}
</style>