Shades of Deep Magenta #DD0CC0
Tints of Deep Magenta #DD0CC0
RGB
CMYK
RGB Variations
Color information
#DD0CC0 (or 0xDD0CC0) is known color: Deep Magenta. HEX triplet: DD, 0C and C0. RGB value is (221,12,192). Sum of RGB (Red+Green+Blue) = 221+12+192=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CC0 is #22F33F. Grayscale: #5E5E5E. Windows color (decimal): -2290496 or 12586205. OLE color: 12586205.
HSL color Cylindrical-coordinate representation of color #DD0CC0: hue angle of 308.33º 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 #DD0CC0 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 192 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.13 |
| HSL | 308.33º | 0.9% | 0.46% | - |
| HSV(B) | 308.33º | 0.95% | 0.87% | - |
| XYZ | 39.46 | 19.44 | 51.54 | - |
| YUV | 95.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 192 | 0 | 0.95 | 0.13 | 0.13 | 308.33 | 0.9 | 0.46 |
| Hex | DD | C | C0 | 0 | 5F | D | D | 134 | 5A | 2E |
| Octal | 335 | 14 | 300 | 0 | 137 | 15 | 15 | 464 | 132 | 56 |
| Binary | 11011101 | 1100 | 11000000 | 0 | 1011111 | 1101 | 1101 | 100110100 | 1011010 | 101110 |
Color Harmonies of #DD0CC0
Complementary color
Monochromatic Colors of #DD0CC0
Black with #DD0CC0
Text Example
Text Example
White with #DD0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CC0; }
p { color: rgb(221,12,192); }
H1.HeaderClassName
{
color: #DD0CC0;
}
.AnyTagClassName
{
color: #DD0CC0;
}
</style>
background-color css
<style>
a { background-color: #DD0CC0; }
a { background-color: rgb(221,12,192); }
div.DivClassName
{
background-color: #DD0CC0;
}
.BgClassName
{
background-color: #DD0CC0;
}
</style>
border-color css
<style>
span { border-color: #DD0CC0; }
span { border-color: rgb(221,12,192); }
td.TdClassName
{
border-color: #DD0CC0;
}
.TagClassName
{
border-color: #DD0CC0;
}
</style>