Shades of Deep Magenta #DD04CD
Tints of Deep Magenta #DD04CD
RGB
CMYK
RGB Variations
Color information
#DD04CD (or 0xDD04CD) is known color: Deep Magenta. HEX triplet: DD, 04 and CD. RGB value is (221,4,205). Sum of RGB (Red+Green+Blue) = 221+4+205=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04CD is #22FB32. Grayscale: #5B5B5B. Windows color (decimal): -2292531 or 13436125. OLE color: 13436125.
HSL color Cylindrical-coordinate representation of color #DD04CD: hue angle of 304.42º 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 #DD04CD is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 205 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.13 |
| HSL | 304.42º | 0.96% | 0.44% | - |
| HSV(B) | 304.42º | 0.98% | 0.87% | - |
| XYZ | 40.88 | 19.87 | 59.44 | - |
| YUV | 91.8 | 191.89 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 205 | 0 | 0.98 | 0.07 | 0.13 | 304.42 | 0.96 | 0.44 |
| Hex | DD | 4 | CD | 0 | 62 | 7 | D | 130 | 60 | 2C |
| Octal | 335 | 4 | 315 | 0 | 142 | 7 | 15 | 460 | 140 | 54 |
| Binary | 11011101 | 100 | 11001101 | 0 | 1100010 | 111 | 1101 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DD04CD
Complementary color
Monochromatic Colors of #DD04CD
Black with #DD04CD
Text Example
Text Example
White with #DD04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04CD; }
p { color: rgb(221,4,205); }
H1.HeaderClassName
{
color: #DD04CD;
}
.AnyTagClassName
{
color: #DD04CD;
}
</style>
background-color css
<style>
a { background-color: #DD04CD; }
a { background-color: rgb(221,4,205); }
div.DivClassName
{
background-color: #DD04CD;
}
.BgClassName
{
background-color: #DD04CD;
}
</style>
border-color css
<style>
span { border-color: #DD04CD; }
span { border-color: rgb(221,4,205); }
td.TdClassName
{
border-color: #DD04CD;
}
.TagClassName
{
border-color: #DD04CD;
}
</style>