Shades of Deep Magenta #DD06CE
Tints of Deep Magenta #DD06CE
RGB
CMYK
RGB Variations
Color information
#DD06CE (or 0xDD06CE) is known color: Deep Magenta. HEX triplet: DD, 06 and CE. RGB value is (221,6,206). Sum of RGB (Red+Green+Blue) = 221+6+206=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06CE is #22F931. Grayscale: #5C5C5C. Windows color (decimal): -2292018 or 13502173. OLE color: 13502173.
HSL color Cylindrical-coordinate representation of color #DD06CE: hue angle of 304.19º 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 #DD06CE is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.13 |
| HSL | 304.19º | 0.95% | 0.45% | - |
| HSV(B) | 304.19º | 0.97% | 0.87% | - |
| XYZ | 41.02 | 19.96 | 60.08 | - |
| YUV | 93.09 | 191.73 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 206 | 0 | 0.97 | 0.07 | 0.13 | 304.19 | 0.95 | 0.45 |
| Hex | DD | 6 | CE | 0 | 61 | 7 | D | 130 | 5F | 2D |
| Octal | 335 | 6 | 316 | 0 | 141 | 7 | 15 | 460 | 137 | 55 |
| Binary | 11011101 | 110 | 11001110 | 0 | 1100001 | 111 | 1101 | 100110000 | 1011111 | 101101 |
Color Harmonies of #DD06CE
Complementary color
Monochromatic Colors of #DD06CE
Black with #DD06CE
Text Example
Text Example
White with #DD06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06CE; }
p { color: rgb(221,6,206); }
H1.HeaderClassName
{
color: #DD06CE;
}
.AnyTagClassName
{
color: #DD06CE;
}
</style>
background-color css
<style>
a { background-color: #DD06CE; }
a { background-color: rgb(221,6,206); }
div.DivClassName
{
background-color: #DD06CE;
}
.BgClassName
{
background-color: #DD06CE;
}
</style>
border-color css
<style>
span { border-color: #DD06CE; }
span { border-color: rgb(221,6,206); }
td.TdClassName
{
border-color: #DD06CE;
}
.TagClassName
{
border-color: #DD06CE;
}
</style>