Shades of Deep Magenta #DD06C0
Tints of Deep Magenta #DD06C0
RGB
CMYK
RGB Variations
Color information
#DD06C0 (or 0xDD06C0) is known color: Deep Magenta. HEX triplet: DD, 06 and C0. RGB value is (221,6,192). Sum of RGB (Red+Green+Blue) = 221+6+192=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 6 (2.73% from 255 or 1.43% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06C0 is #22F93F. Grayscale: #5A5A5A. Windows color (decimal): -2292032 or 12584669. OLE color: 12584669.
HSL color Cylindrical-coordinate representation of color #DD06C0: hue angle of 308.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06C0 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 192 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.13 |
| HSL | 308.09º | 0.95% | 0.45% | - |
| HSV(B) | 308.09º | 0.97% | 0.87% | - |
| XYZ | 39.4 | 19.31 | 51.52 | - |
| YUV | 91.49 | 184.73 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 192 | 0 | 0.97 | 0.13 | 0.13 | 308.09 | 0.95 | 0.45 |
| Hex | DD | 6 | C0 | 0 | 61 | D | D | 134 | 5F | 2D |
| Octal | 335 | 6 | 300 | 0 | 141 | 15 | 15 | 464 | 137 | 55 |
| Binary | 11011101 | 110 | 11000000 | 0 | 1100001 | 1101 | 1101 | 100110100 | 1011111 | 101101 |
Color Harmonies of #DD06C0
Complementary color
Monochromatic Colors of #DD06C0
Black with #DD06C0
Text Example
Text Example
White with #DD06C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06C0; }
p { color: rgb(221,6,192); }
H1.HeaderClassName
{
color: #DD06C0;
}
.AnyTagClassName
{
color: #DD06C0;
}
</style>
background-color css
<style>
a { background-color: #DD06C0; }
a { background-color: rgb(221,6,192); }
div.DivClassName
{
background-color: #DD06C0;
}
.BgClassName
{
background-color: #DD06C0;
}
</style>
border-color css
<style>
span { border-color: #DD06C0; }
span { border-color: rgb(221,6,192); }
td.TdClassName
{
border-color: #DD06C0;
}
.TagClassName
{
border-color: #DD06C0;
}
</style>