Shades of Deep Magenta #DD09DD
Tints of Deep Magenta #DD09DD
RGB
CMYK
RGB Variations
Color information
#DD09DD (or 0xDD09DD) is known color: Deep Magenta. HEX triplet: DD, 09 and DD. RGB value is (221,9,221). Sum of RGB (Red+Green+Blue) = 221+9+221=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09DD is #22F622. Grayscale: #5F5F5F. Windows color (decimal): -2291235 or 14485981. OLE color: 14485981.
HSL color Cylindrical-coordinate representation of color #DD09DD: hue angle of 300º 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 #DD09DD is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0 | 0.13 |
| HSL | 300º | 0.92% | 0.45% | - |
| HSV(B) | 300º | 0.96% | 0.87% | - |
| XYZ | 42.97 | 20.79 | 70.15 | - |
| YUV | 96.56 | 198.24 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 221 | 0 | 0.96 | 0 | 0.13 | 300 | 0.92 | 0.45 |
| Hex | DD | 9 | DD | 0 | 60 | 0 | D | 12C | 5C | 2D |
| Octal | 335 | 11 | 335 | 0 | 140 | 0 | 15 | 454 | 134 | 55 |
| Binary | 11011101 | 1001 | 11011101 | 0 | 1100000 | 0 | 1101 | 100101100 | 1011100 | 101101 |
Color Harmonies of #DD09DD
Complementary color
Monochromatic Colors of #DD09DD
Black with #DD09DD
Text Example
Text Example
White with #DD09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09DD; }
p { color: rgb(221,9,221); }
H1.HeaderClassName
{
color: #DD09DD;
}
.AnyTagClassName
{
color: #DD09DD;
}
</style>
background-color css
<style>
a { background-color: #DD09DD; }
a { background-color: rgb(221,9,221); }
div.DivClassName
{
background-color: #DD09DD;
}
.BgClassName
{
background-color: #DD09DD;
}
</style>
border-color css
<style>
span { border-color: #DD09DD; }
span { border-color: rgb(221,9,221); }
td.TdClassName
{
border-color: #DD09DD;
}
.TagClassName
{
border-color: #DD09DD;
}
</style>