Shades of Deep Magenta #DD11C0
Tints of Deep Magenta #DD11C0
RGB
CMYK
RGB Variations
Color information
#DD11C0 (or 0xDD11C0) is known color: Deep Magenta. HEX triplet: DD, 11 and C0. RGB value is (221,17,192). Sum of RGB (Red+Green+Blue) = 221+17+192=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11C0 is #22EE3F. Grayscale: #616161. Windows color (decimal): -2289216 or 12587485. OLE color: 12587485.
HSL color Cylindrical-coordinate representation of color #DD11C0: hue angle of 308.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11C0 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 192 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.13 |
| HSL | 308.53º | 0.86% | 0.47% | - |
| HSV(B) | 308.53º | 0.92% | 0.87% | - |
| XYZ | 39.53 | 19.58 | 51.56 | - |
| YUV | 97.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 192 | 0 | 0.92 | 0.13 | 0.13 | 308.53 | 0.86 | 0.47 |
| Hex | DD | 11 | C0 | 0 | 5C | D | D | 135 | 56 | 2F |
| Octal | 335 | 21 | 300 | 0 | 134 | 15 | 15 | 465 | 126 | 57 |
| Binary | 11011101 | 10001 | 11000000 | 0 | 1011100 | 1101 | 1101 | 100110101 | 1010110 | 101111 |
Color Harmonies of #DD11C0
Complementary color
Monochromatic Colors of #DD11C0
Black with #DD11C0
Text Example
Text Example
White with #DD11C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11C0; }
p { color: rgb(221,17,192); }
H1.HeaderClassName
{
color: #DD11C0;
}
.AnyTagClassName
{
color: #DD11C0;
}
</style>
background-color css
<style>
a { background-color: #DD11C0; }
a { background-color: rgb(221,17,192); }
div.DivClassName
{
background-color: #DD11C0;
}
.BgClassName
{
background-color: #DD11C0;
}
</style>
border-color css
<style>
span { border-color: #DD11C0; }
span { border-color: rgb(221,17,192); }
td.TdClassName
{
border-color: #DD11C0;
}
.TagClassName
{
border-color: #DD11C0;
}
</style>