Shades of Deep Magenta #DD1CCE
Tints of Deep Magenta #DD1CCE
RGB
CMYK
RGB Variations
Color information
#DD1CCE (or 0xDD1CCE) is known color: Deep Magenta. HEX triplet: DD, 1C and CE. RGB value is (221,28,206). Sum of RGB (Red+Green+Blue) = 221+28+206=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CCE is #22E331. Grayscale: #696969. Windows color (decimal): -2286386 or 13507805. OLE color: 13507805.
HSL color Cylindrical-coordinate representation of color #DD1CCE: hue angle of 304.66º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CCE is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 206 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.13 |
| HSL | 304.66º | 0.78% | 0.49% | - |
| HSV(B) | 304.66º | 0.87% | 0.87% | - |
| XYZ | 41.37 | 20.66 | 60.2 | - |
| YUV | 106 | 184.44 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 206 | 0 | 0.87 | 0.07 | 0.13 | 304.66 | 0.78 | 0.49 |
| Hex | DD | 1C | CE | 0 | 57 | 7 | D | 131 | 4E | 31 |
| Octal | 335 | 34 | 316 | 0 | 127 | 7 | 15 | 461 | 116 | 61 |
| Binary | 11011101 | 11100 | 11001110 | 0 | 1010111 | 111 | 1101 | 100110001 | 1001110 | 110001 |
Color Harmonies of #DD1CCE
Complementary color
Monochromatic Colors of #DD1CCE
Black with #DD1CCE
Text Example
Text Example
White with #DD1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CCE; }
p { color: rgb(221,28,206); }
H1.HeaderClassName
{
color: #DD1CCE;
}
.AnyTagClassName
{
color: #DD1CCE;
}
</style>
background-color css
<style>
a { background-color: #DD1CCE; }
a { background-color: rgb(221,28,206); }
div.DivClassName
{
background-color: #DD1CCE;
}
.BgClassName
{
background-color: #DD1CCE;
}
</style>
border-color css
<style>
span { border-color: #DD1CCE; }
span { border-color: rgb(221,28,206); }
td.TdClassName
{
border-color: #DD1CCE;
}
.TagClassName
{
border-color: #DD1CCE;
}
</style>