Shades of Deep Magenta #DD09BD
Tints of Deep Magenta #DD09BD
RGB
CMYK
RGB Variations
Color information
#DD09BD (or 0xDD09BD) is known color: Deep Magenta. HEX triplet: DD, 09 and BD. RGB value is (221,9,189). Sum of RGB (Red+Green+Blue) = 221+9+189=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09BD is #22F642. Grayscale: #5C5C5C. Windows color (decimal): -2291267 or 12388829. OLE color: 12388829.
HSL color Cylindrical-coordinate representation of color #DD09BD: hue angle of 309.06º 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 #DD09BD is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.13 |
| HSL | 309.06º | 0.92% | 0.45% | - |
| HSV(B) | 309.06º | 0.96% | 0.87% | - |
| XYZ | 39.1 | 19.24 | 49.8 | - |
| YUV | 92.91 | 182.24 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 189 | 0 | 0.96 | 0.14 | 0.13 | 309.06 | 0.92 | 0.45 |
| Hex | DD | 9 | BD | 0 | 60 | E | D | 135 | 5C | 2D |
| Octal | 335 | 11 | 275 | 0 | 140 | 16 | 15 | 465 | 134 | 55 |
| Binary | 11011101 | 1001 | 10111101 | 0 | 1100000 | 1110 | 1101 | 100110101 | 1011100 | 101101 |
Color Harmonies of #DD09BD
Complementary color
Monochromatic Colors of #DD09BD
Black with #DD09BD
Text Example
Text Example
White with #DD09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09BD; }
p { color: rgb(221,9,189); }
H1.HeaderClassName
{
color: #DD09BD;
}
.AnyTagClassName
{
color: #DD09BD;
}
</style>
background-color css
<style>
a { background-color: #DD09BD; }
a { background-color: rgb(221,9,189); }
div.DivClassName
{
background-color: #DD09BD;
}
.BgClassName
{
background-color: #DD09BD;
}
</style>
border-color css
<style>
span { border-color: #DD09BD; }
span { border-color: rgb(221,9,189); }
td.TdClassName
{
border-color: #DD09BD;
}
.TagClassName
{
border-color: #DD09BD;
}
</style>