Shades of Deep Magenta #DD03D7
Tints of Deep Magenta #DD03D7
RGB
CMYK
RGB Variations
Color information
#DD03D7 (or 0xDD03D7) is known color: Deep Magenta. HEX triplet: DD, 03 and D7. RGB value is (221,3,215). Sum of RGB (Red+Green+Blue) = 221+3+215=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 3 (1.56% from 255 or 0.68% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03D7 is #22FC28. Grayscale: #5B5B5B. Windows color (decimal): -2292777 or 14091229. OLE color: 14091229.
HSL color Cylindrical-coordinate representation of color #DD03D7: hue angle of 301.65º 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 #DD03D7 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 215 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.13 |
| HSL | 301.65º | 0.97% | 0.44% | - |
| HSV(B) | 301.65º | 0.99% | 0.87% | - |
| XYZ | 42.12 | 20.34 | 66 | - |
| YUV | 92.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 215 | 0 | 0.99 | 0.03 | 0.13 | 301.65 | 0.97 | 0.44 |
| Hex | DD | 3 | D7 | 0 | 63 | 3 | D | 12E | 61 | 2C |
| Octal | 335 | 3 | 327 | 0 | 143 | 3 | 15 | 456 | 141 | 54 |
| Binary | 11011101 | 11 | 11010111 | 0 | 1100011 | 11 | 1101 | 100101110 | 1100001 | 101100 |
Color Harmonies of #DD03D7
Complementary color
Monochromatic Colors of #DD03D7
Black with #DD03D7
Text Example
Text Example
White with #DD03D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03D7; }
p { color: rgb(221,3,215); }
H1.HeaderClassName
{
color: #DD03D7;
}
.AnyTagClassName
{
color: #DD03D7;
}
</style>
background-color css
<style>
a { background-color: #DD03D7; }
a { background-color: rgb(221,3,215); }
div.DivClassName
{
background-color: #DD03D7;
}
.BgClassName
{
background-color: #DD03D7;
}
</style>
border-color css
<style>
span { border-color: #DD03D7; }
span { border-color: rgb(221,3,215); }
td.TdClassName
{
border-color: #DD03D7;
}
.TagClassName
{
border-color: #DD03D7;
}
</style>