Shades of Deep Magenta #DD09B7
Tints of Deep Magenta #DD09B7
RGB
CMYK
RGB Variations
Color information
#DD09B7 (or 0xDD09B7) is known color: Deep Magenta. HEX triplet: DD, 09 and B7. RGB value is (221,9,183). Sum of RGB (Red+Green+Blue) = 221+9+183=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09B7 is #22F648. Grayscale: #5B5B5B. Windows color (decimal): -2291273 or 11995613. OLE color: 11995613.
HSL color Cylindrical-coordinate representation of color #DD09B7: hue angle of 310.75º 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 #DD09B7 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 183 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.13 |
| HSL | 310.75º | 0.92% | 0.45% | - |
| HSV(B) | 310.75º | 0.96% | 0.87% | - |
| XYZ | 38.46 | 18.99 | 46.44 | - |
| YUV | 92.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 183 | 0 | 0.96 | 0.17 | 0.13 | 310.75 | 0.92 | 0.45 |
| Hex | DD | 9 | B7 | 0 | 60 | 11 | D | 137 | 5C | 2D |
| Octal | 335 | 11 | 267 | 0 | 140 | 21 | 15 | 467 | 134 | 55 |
| Binary | 11011101 | 1001 | 10110111 | 0 | 1100000 | 10001 | 1101 | 100110111 | 1011100 | 101101 |
Color Harmonies of #DD09B7
Complementary color
Monochromatic Colors of #DD09B7
Black with #DD09B7
Text Example
Text Example
White with #DD09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09B7; }
p { color: rgb(221,9,183); }
H1.HeaderClassName
{
color: #DD09B7;
}
.AnyTagClassName
{
color: #DD09B7;
}
</style>
background-color css
<style>
a { background-color: #DD09B7; }
a { background-color: rgb(221,9,183); }
div.DivClassName
{
background-color: #DD09B7;
}
.BgClassName
{
background-color: #DD09B7;
}
</style>
border-color css
<style>
span { border-color: #DD09B7; }
span { border-color: rgb(221,9,183); }
td.TdClassName
{
border-color: #DD09B7;
}
.TagClassName
{
border-color: #DD09B7;
}
</style>