Shades of Deep Magenta #DD0CC6
Tints of Deep Magenta #DD0CC6
RGB
CMYK
RGB Variations
Color information
#DD0CC6 (or 0xDD0CC6) is known color: Deep Magenta. HEX triplet: DD, 0C and C6. RGB value is (221,12,198). Sum of RGB (Red+Green+Blue) = 221+12+198=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CC6 is #22F339. Grayscale: #5F5F5F. Windows color (decimal): -2290490 or 12979421. OLE color: 12979421.
HSL color Cylindrical-coordinate representation of color #DD0CC6: hue angle of 306.6º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CC6 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 198 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.13 |
| HSL | 306.6º | 0.9% | 0.46% | - |
| HSV(B) | 306.6º | 0.95% | 0.87% | - |
| XYZ | 40.14 | 19.71 | 55.12 | - |
| YUV | 95.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 198 | 0 | 0.95 | 0.10 | 0.13 | 306.6 | 0.9 | 0.46 |
| Hex | DD | C | C6 | 0 | 5F | A | D | 133 | 5A | 2E |
| Octal | 335 | 14 | 306 | 0 | 137 | 12 | 15 | 463 | 132 | 56 |
| Binary | 11011101 | 1100 | 11000110 | 0 | 1011111 | 1010 | 1101 | 100110011 | 1011010 | 101110 |
Color Harmonies of #DD0CC6
Complementary color
Monochromatic Colors of #DD0CC6
Black with #DD0CC6
Text Example
Text Example
White with #DD0CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CC6; }
p { color: rgb(221,12,198); }
H1.HeaderClassName
{
color: #DD0CC6;
}
.AnyTagClassName
{
color: #DD0CC6;
}
</style>
background-color css
<style>
a { background-color: #DD0CC6; }
a { background-color: rgb(221,12,198); }
div.DivClassName
{
background-color: #DD0CC6;
}
.BgClassName
{
background-color: #DD0CC6;
}
</style>
border-color css
<style>
span { border-color: #DD0CC6; }
span { border-color: rgb(221,12,198); }
td.TdClassName
{
border-color: #DD0CC6;
}
.TagClassName
{
border-color: #DD0CC6;
}
</style>