Shades of Deep Magenta #DD03C6
Tints of Deep Magenta #DD03C6
RGB
CMYK
RGB Variations
Color information
#DD03C6 (or 0xDD03C6) is known color: Deep Magenta. HEX triplet: DD, 03 and C6. RGB value is (221,3,198). Sum of RGB (Red+Green+Blue) = 221+3+198=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03C6 is #22FC39. Grayscale: #595959. Windows color (decimal): -2292794 or 12977117. OLE color: 12977117.
HSL color Cylindrical-coordinate representation of color #DD03C6: hue angle of 306.33º 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 #DD03C6 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.13 |
| HSL | 306.33º | 0.97% | 0.44% | - |
| HSV(B) | 306.33º | 0.99% | 0.87% | - |
| XYZ | 40.04 | 19.51 | 55.08 | - |
| YUV | 90.41 | 188.72 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 198 | 0 | 0.99 | 0.10 | 0.13 | 306.33 | 0.97 | 0.44 |
| Hex | DD | 3 | C6 | 0 | 63 | A | D | 132 | 61 | 2C |
| Octal | 335 | 3 | 306 | 0 | 143 | 12 | 15 | 462 | 141 | 54 |
| Binary | 11011101 | 11 | 11000110 | 0 | 1100011 | 1010 | 1101 | 100110010 | 1100001 | 101100 |
Color Harmonies of #DD03C6
Complementary color
Monochromatic Colors of #DD03C6
Black with #DD03C6
Text Example
Text Example
White with #DD03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03C6; }
p { color: rgb(221,3,198); }
H1.HeaderClassName
{
color: #DD03C6;
}
.AnyTagClassName
{
color: #DD03C6;
}
</style>
background-color css
<style>
a { background-color: #DD03C6; }
a { background-color: rgb(221,3,198); }
div.DivClassName
{
background-color: #DD03C6;
}
.BgClassName
{
background-color: #DD03C6;
}
</style>
border-color css
<style>
span { border-color: #DD03C6; }
span { border-color: rgb(221,3,198); }
td.TdClassName
{
border-color: #DD03C6;
}
.TagClassName
{
border-color: #DD03C6;
}
</style>