Shades of Deep Magenta #DD04CC
Tints of Deep Magenta #DD04CC
RGB
CMYK
RGB Variations
Color information
#DD04CC (or 0xDD04CC) is known color: Deep Magenta. HEX triplet: DD, 04 and CC. RGB value is (221,4,204). Sum of RGB (Red+Green+Blue) = 221+4+204=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04CC is #22FB33. Grayscale: #5B5B5B. Windows color (decimal): -2292532 or 13370589. OLE color: 13370589.
HSL color Cylindrical-coordinate representation of color #DD04CC: hue angle of 304.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD04CC is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.13 |
| HSL | 304.7º | 0.96% | 0.44% | - |
| HSV(B) | 304.7º | 0.98% | 0.87% | - |
| XYZ | 40.76 | 19.82 | 58.8 | - |
| YUV | 91.68 | 191.39 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 204 | 0 | 0.98 | 0.08 | 0.13 | 304.7 | 0.96 | 0.44 |
| Hex | DD | 4 | CC | 0 | 62 | 8 | D | 131 | 60 | 2C |
| Octal | 335 | 4 | 314 | 0 | 142 | 10 | 15 | 461 | 140 | 54 |
| Binary | 11011101 | 100 | 11001100 | 0 | 1100010 | 1000 | 1101 | 100110001 | 1100000 | 101100 |
Color Harmonies of #DD04CC
Complementary color
Monochromatic Colors of #DD04CC
Black with #DD04CC
Text Example
Text Example
White with #DD04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04CC; }
p { color: rgb(221,4,204); }
H1.HeaderClassName
{
color: #DD04CC;
}
.AnyTagClassName
{
color: #DD04CC;
}
</style>
background-color css
<style>
a { background-color: #DD04CC; }
a { background-color: rgb(221,4,204); }
div.DivClassName
{
background-color: #DD04CC;
}
.BgClassName
{
background-color: #DD04CC;
}
</style>
border-color css
<style>
span { border-color: #DD04CC; }
span { border-color: rgb(221,4,204); }
td.TdClassName
{
border-color: #DD04CC;
}
.TagClassName
{
border-color: #DD04CC;
}
</style>