Shades of Deep Magenta #DD09DB
Tints of Deep Magenta #DD09DB
RGB
CMYK
RGB Variations
Color information
#DD09DB (or 0xDD09DB) is known color: Deep Magenta. HEX triplet: DD, 09 and DB. RGB value is (221,9,219). Sum of RGB (Red+Green+Blue) = 221+9+219=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09DB is #22F624. Grayscale: #5F5F5F. Windows color (decimal): -2291237 or 14354909. OLE color: 14354909.
HSL color Cylindrical-coordinate representation of color #DD09DB: hue angle of 300.57º 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 #DD09DB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.13 |
| HSL | 300.57º | 0.92% | 0.45% | - |
| HSV(B) | 300.57º | 0.96% | 0.87% | - |
| XYZ | 42.7 | 20.68 | 68.76 | - |
| YUV | 96.33 | 197.24 | 216.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 219 | 0 | 0.96 | 0.01 | 0.13 | 300.57 | 0.92 | 0.45 |
| Hex | DD | 9 | DB | 0 | 60 | 1 | D | 12D | 5C | 2D |
| Octal | 335 | 11 | 333 | 0 | 140 | 1 | 15 | 455 | 134 | 55 |
| Binary | 11011101 | 1001 | 11011011 | 0 | 1100000 | 1 | 1101 | 100101101 | 1011100 | 101101 |
Color Harmonies of #DD09DB
Complementary color
Monochromatic Colors of #DD09DB
Black with #DD09DB
Text Example
Text Example
White with #DD09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09DB; }
p { color: rgb(221,9,219); }
H1.HeaderClassName
{
color: #DD09DB;
}
.AnyTagClassName
{
color: #DD09DB;
}
</style>
background-color css
<style>
a { background-color: #DD09DB; }
a { background-color: rgb(221,9,219); }
div.DivClassName
{
background-color: #DD09DB;
}
.BgClassName
{
background-color: #DD09DB;
}
</style>
border-color css
<style>
span { border-color: #DD09DB; }
span { border-color: rgb(221,9,219); }
td.TdClassName
{
border-color: #DD09DB;
}
.TagClassName
{
border-color: #DD09DB;
}
</style>