Shades of Deep Magenta #DD1CCC
Tints of Deep Magenta #DD1CCC
RGB
CMYK
RGB Variations
Color information
#DD1CCC (or 0xDD1CCC) is known color: Deep Magenta. HEX triplet: DD, 1C and CC. RGB value is (221,28,204). Sum of RGB (Red+Green+Blue) = 221+28+204=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CCC is #22E333. Grayscale: #696969. Windows color (decimal): -2286388 or 13376733. OLE color: 13376733.
HSL color Cylindrical-coordinate representation of color #DD1CCC: hue angle of 305.28º 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 #DD1CCC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 204 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.13 |
| HSL | 305.29º | 0.78% | 0.49% | - |
| HSV(B) | 305.29º | 0.87% | 0.87% | - |
| XYZ | 41.13 | 20.56 | 58.93 | - |
| YUV | 105.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 204 | 0 | 0.87 | 0.08 | 0.13 | 305.29 | 0.78 | 0.49 |
| Hex | DD | 1C | CC | 0 | 57 | 8 | D | 131 | 4E | 31 |
| Octal | 335 | 34 | 314 | 0 | 127 | 10 | 15 | 461 | 116 | 61 |
| Binary | 11011101 | 11100 | 11001100 | 0 | 1010111 | 1000 | 1101 | 100110001 | 1001110 | 110001 |
Color Harmonies of #DD1CCC
Complementary color
Monochromatic Colors of #DD1CCC
Black with #DD1CCC
Text Example
Text Example
White with #DD1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CCC; }
p { color: rgb(221,28,204); }
H1.HeaderClassName
{
color: #DD1CCC;
}
.AnyTagClassName
{
color: #DD1CCC;
}
</style>
background-color css
<style>
a { background-color: #DD1CCC; }
a { background-color: rgb(221,28,204); }
div.DivClassName
{
background-color: #DD1CCC;
}
.BgClassName
{
background-color: #DD1CCC;
}
</style>
border-color css
<style>
span { border-color: #DD1CCC; }
span { border-color: rgb(221,28,204); }
td.TdClassName
{
border-color: #DD1CCC;
}
.TagClassName
{
border-color: #DD1CCC;
}
</style>