Shades of Deep Magenta #DD03C4
Tints of Deep Magenta #DD03C4
RGB
CMYK
RGB Variations
Color information
#DD03C4 (or 0xDD03C4) is known color: Deep Magenta. HEX triplet: DD, 03 and C4. RGB value is (221,3,196). Sum of RGB (Red+Green+Blue) = 221+3+196=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03C4 is #22FC3B. Grayscale: #595959. Windows color (decimal): -2292796 or 12846045. OLE color: 12846045.
HSL color Cylindrical-coordinate representation of color #DD03C4: hue angle of 306.88º 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 #DD03C4 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 196 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.13 |
| HSL | 306.88º | 0.97% | 0.44% | - |
| HSV(B) | 306.88º | 0.99% | 0.87% | - |
| XYZ | 39.82 | 19.42 | 53.88 | - |
| YUV | 90.18 | 187.72 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 196 | 0 | 0.99 | 0.11 | 0.13 | 306.88 | 0.97 | 0.44 |
| Hex | DD | 3 | C4 | 0 | 63 | B | D | 133 | 61 | 2C |
| Octal | 335 | 3 | 304 | 0 | 143 | 13 | 15 | 463 | 141 | 54 |
| Binary | 11011101 | 11 | 11000100 | 0 | 1100011 | 1011 | 1101 | 100110011 | 1100001 | 101100 |
Color Harmonies of #DD03C4
Complementary color
Monochromatic Colors of #DD03C4
Black with #DD03C4
Text Example
Text Example
White with #DD03C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03C4; }
p { color: rgb(221,3,196); }
H1.HeaderClassName
{
color: #DD03C4;
}
.AnyTagClassName
{
color: #DD03C4;
}
</style>
background-color css
<style>
a { background-color: #DD03C4; }
a { background-color: rgb(221,3,196); }
div.DivClassName
{
background-color: #DD03C4;
}
.BgClassName
{
background-color: #DD03C4;
}
</style>
border-color css
<style>
span { border-color: #DD03C4; }
span { border-color: rgb(221,3,196); }
td.TdClassName
{
border-color: #DD03C4;
}
.TagClassName
{
border-color: #DD03C4;
}
</style>