Shades of Deep Magenta #DD09C6
Tints of Deep Magenta #DD09C6
RGB
CMYK
RGB Variations
Color information
#DD09C6 (or 0xDD09C6) is known color: Deep Magenta. HEX triplet: DD, 09 and C6. RGB value is (221,9,198). Sum of RGB (Red+Green+Blue) = 221+9+198=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09C6 is #22F639. Grayscale: #5D5D5D. Windows color (decimal): -2291258 or 12978653. OLE color: 12978653.
HSL color Cylindrical-coordinate representation of color #DD09C6: hue angle of 306.51º 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 #DD09C6 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.13 |
| HSL | 306.51º | 0.92% | 0.45% | - |
| HSV(B) | 306.51º | 0.96% | 0.87% | - |
| XYZ | 40.11 | 19.64 | 55.1 | - |
| YUV | 93.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 198 | 0 | 0.96 | 0.10 | 0.13 | 306.51 | 0.92 | 0.45 |
| Hex | DD | 9 | C6 | 0 | 60 | A | D | 133 | 5C | 2D |
| Octal | 335 | 11 | 306 | 0 | 140 | 12 | 15 | 463 | 134 | 55 |
| Binary | 11011101 | 1001 | 11000110 | 0 | 1100000 | 1010 | 1101 | 100110011 | 1011100 | 101101 |
Color Harmonies of #DD09C6
Complementary color
Monochromatic Colors of #DD09C6
Black with #DD09C6
Text Example
Text Example
White with #DD09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09C6; }
p { color: rgb(221,9,198); }
H1.HeaderClassName
{
color: #DD09C6;
}
.AnyTagClassName
{
color: #DD09C6;
}
</style>
background-color css
<style>
a { background-color: #DD09C6; }
a { background-color: rgb(221,9,198); }
div.DivClassName
{
background-color: #DD09C6;
}
.BgClassName
{
background-color: #DD09C6;
}
</style>
border-color css
<style>
span { border-color: #DD09C6; }
span { border-color: rgb(221,9,198); }
td.TdClassName
{
border-color: #DD09C6;
}
.TagClassName
{
border-color: #DD09C6;
}
</style>