Shades of Deep Magenta #DD03DC
Tints of Deep Magenta #DD03DC
RGB
CMYK
RGB Variations
Color information
#DD03DC (or 0xDD03DC) is known color: Deep Magenta. HEX triplet: DD, 03 and DC. RGB value is (221,3,220). Sum of RGB (Red+Green+Blue) = 221+3+220=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03DC is #22FC23. Grayscale: #5C5C5C. Windows color (decimal): -2292772 or 14418909. OLE color: 14418909.
HSL color Cylindrical-coordinate representation of color #DD03DC: hue angle of 300.28º 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 #DD03DC is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 220 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.13 |
| HSL | 300.28º | 0.97% | 0.44% | - |
| HSV(B) | 300.28º | 0.99% | 0.87% | - |
| XYZ | 42.77 | 20.6 | 69.43 | - |
| YUV | 92.92 | 199.72 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 220 | 0 | 0.99 | 0.00 | 0.13 | 300.28 | 0.97 | 0.44 |
| Hex | DD | 3 | DC | 0 | 63 | 0 | D | 12C | 61 | 2C |
| Octal | 335 | 3 | 334 | 0 | 143 | 0 | 15 | 454 | 141 | 54 |
| Binary | 11011101 | 11 | 11011100 | 0 | 1100011 | 0 | 1101 | 100101100 | 1100001 | 101100 |
Color Harmonies of #DD03DC
Complementary color
Monochromatic Colors of #DD03DC
Black with #DD03DC
Text Example
Text Example
White with #DD03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03DC; }
p { color: rgb(221,3,220); }
H1.HeaderClassName
{
color: #DD03DC;
}
.AnyTagClassName
{
color: #DD03DC;
}
</style>
background-color css
<style>
a { background-color: #DD03DC; }
a { background-color: rgb(221,3,220); }
div.DivClassName
{
background-color: #DD03DC;
}
.BgClassName
{
background-color: #DD03DC;
}
</style>
border-color css
<style>
span { border-color: #DD03DC; }
span { border-color: rgb(221,3,220); }
td.TdClassName
{
border-color: #DD03DC;
}
.TagClassName
{
border-color: #DD03DC;
}
</style>