Shades of Deep Magenta #DD09CE
Tints of Deep Magenta #DD09CE
RGB
CMYK
RGB Variations
Color information
#DD09CE (or 0xDD09CE) is known color: Deep Magenta. HEX triplet: DD, 09 and CE. RGB value is (221,9,206). Sum of RGB (Red+Green+Blue) = 221+9+206=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09CE is #22F631. Grayscale: #5E5E5E. Windows color (decimal): -2291250 or 13502941. OLE color: 13502941.
HSL color Cylindrical-coordinate representation of color #DD09CE: hue angle of 304.25º 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 #DD09CE is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.13 |
| HSL | 304.25º | 0.92% | 0.45% | - |
| HSV(B) | 304.25º | 0.96% | 0.87% | - |
| XYZ | 41.06 | 20.02 | 60.09 | - |
| YUV | 94.85 | 190.74 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 206 | 0 | 0.96 | 0.07 | 0.13 | 304.25 | 0.92 | 0.45 |
| Hex | DD | 9 | CE | 0 | 60 | 7 | D | 130 | 5C | 2D |
| Octal | 335 | 11 | 316 | 0 | 140 | 7 | 15 | 460 | 134 | 55 |
| Binary | 11011101 | 1001 | 11001110 | 0 | 1100000 | 111 | 1101 | 100110000 | 1011100 | 101101 |
Color Harmonies of #DD09CE
Complementary color
Monochromatic Colors of #DD09CE
Black with #DD09CE
Text Example
Text Example
White with #DD09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09CE; }
p { color: rgb(221,9,206); }
H1.HeaderClassName
{
color: #DD09CE;
}
.AnyTagClassName
{
color: #DD09CE;
}
</style>
background-color css
<style>
a { background-color: #DD09CE; }
a { background-color: rgb(221,9,206); }
div.DivClassName
{
background-color: #DD09CE;
}
.BgClassName
{
background-color: #DD09CE;
}
</style>
border-color css
<style>
span { border-color: #DD09CE; }
span { border-color: rgb(221,9,206); }
td.TdClassName
{
border-color: #DD09CE;
}
.TagClassName
{
border-color: #DD09CE;
}
</style>