Shades of Deep Magenta #DD04C3
Tints of Deep Magenta #DD04C3
RGB
CMYK
RGB Variations
Color information
#DD04C3 (or 0xDD04C3) is known color: Deep Magenta. HEX triplet: DD, 04 and C3. RGB value is (221,4,195). Sum of RGB (Red+Green+Blue) = 221+4+195=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD04C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD04C3 is #22FB3C. Grayscale: #5A5A5A. Windows color (decimal): -2292541 or 12780765. OLE color: 12780765.
HSL color Cylindrical-coordinate representation of color #DD04C3: hue angle of 307.19º 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 #DD04C3 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.13 |
| HSL | 307.19º | 0.96% | 0.44% | - |
| HSV(B) | 307.19º | 0.98% | 0.87% | - |
| XYZ | 39.71 | 19.4 | 53.28 | - |
| YUV | 90.66 | 186.89 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 195 | 0 | 0.98 | 0.12 | 0.13 | 307.19 | 0.96 | 0.44 |
| Hex | DD | 4 | C3 | 0 | 62 | C | D | 133 | 60 | 2C |
| Octal | 335 | 4 | 303 | 0 | 142 | 14 | 15 | 463 | 140 | 54 |
| Binary | 11011101 | 100 | 11000011 | 0 | 1100010 | 1100 | 1101 | 100110011 | 1100000 | 101100 |
Color Harmonies of #DD04C3
Complementary color
Monochromatic Colors of #DD04C3
Black with #DD04C3
Text Example
Text Example
White with #DD04C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD04C3; }
p { color: rgb(221,4,195); }
H1.HeaderClassName
{
color: #DD04C3;
}
.AnyTagClassName
{
color: #DD04C3;
}
</style>
background-color css
<style>
a { background-color: #DD04C3; }
a { background-color: rgb(221,4,195); }
div.DivClassName
{
background-color: #DD04C3;
}
.BgClassName
{
background-color: #DD04C3;
}
</style>
border-color css
<style>
span { border-color: #DD04C3; }
span { border-color: rgb(221,4,195); }
td.TdClassName
{
border-color: #DD04C3;
}
.TagClassName
{
border-color: #DD04C3;
}
</style>