Shades of Deep Magenta #DD03D9
Tints of Deep Magenta #DD03D9
RGB
CMYK
RGB Variations
Color information
#DD03D9 (or 0xDD03D9) is known color: Deep Magenta. HEX triplet: DD, 03 and D9. RGB value is (221,3,217). Sum of RGB (Red+Green+Blue) = 221+3+217=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03D9 is #22FC26. Grayscale: #5B5B5B. Windows color (decimal): -2292775 or 14222301. OLE color: 14222301.
HSL color Cylindrical-coordinate representation of color #DD03D9: hue angle of 301.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD03D9 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 217 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.13 |
| HSL | 301.1º | 0.97% | 0.44% | - |
| HSV(B) | 301.1º | 0.99% | 0.87% | - |
| XYZ | 42.38 | 20.45 | 67.36 | - |
| YUV | 92.58 | 198.22 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 217 | 0 | 0.99 | 0.02 | 0.13 | 301.1 | 0.97 | 0.44 |
| Hex | DD | 3 | D9 | 0 | 63 | 2 | D | 12D | 61 | 2C |
| Octal | 335 | 3 | 331 | 0 | 143 | 2 | 15 | 455 | 141 | 54 |
| Binary | 11011101 | 11 | 11011001 | 0 | 1100011 | 10 | 1101 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DD03D9
Complementary color
Monochromatic Colors of #DD03D9
Black with #DD03D9
Text Example
Text Example
White with #DD03D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03D9; }
p { color: rgb(221,3,217); }
H1.HeaderClassName
{
color: #DD03D9;
}
.AnyTagClassName
{
color: #DD03D9;
}
</style>
background-color css
<style>
a { background-color: #DD03D9; }
a { background-color: rgb(221,3,217); }
div.DivClassName
{
background-color: #DD03D9;
}
.BgClassName
{
background-color: #DD03D9;
}
</style>
border-color css
<style>
span { border-color: #DD03D9; }
span { border-color: rgb(221,3,217); }
td.TdClassName
{
border-color: #DD03D9;
}
.TagClassName
{
border-color: #DD03D9;
}
</style>