Shades of Deep Magenta #DD03DA
Tints of Deep Magenta #DD03DA
RGB
CMYK
RGB Variations
Color information
#DD03DA (or 0xDD03DA) is known color: Deep Magenta. HEX triplet: DD, 03 and DA. RGB value is (221,3,218). Sum of RGB (Red+Green+Blue) = 221+3+218=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03DA is #22FC25. Grayscale: #5C5C5C. Windows color (decimal): -2292774 or 14287837. OLE color: 14287837.
HSL color Cylindrical-coordinate representation of color #DD03DA: hue angle of 300.83º 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 #DD03DA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.13 |
| HSL | 300.83º | 0.97% | 0.44% | - |
| HSV(B) | 300.83º | 0.99% | 0.87% | - |
| XYZ | 42.51 | 20.5 | 68.05 | - |
| YUV | 92.69 | 198.72 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 218 | 0 | 0.99 | 0.01 | 0.13 | 300.83 | 0.97 | 0.44 |
| Hex | DD | 3 | DA | 0 | 63 | 1 | D | 12D | 61 | 2C |
| Octal | 335 | 3 | 332 | 0 | 143 | 1 | 15 | 455 | 141 | 54 |
| Binary | 11011101 | 11 | 11011010 | 0 | 1100011 | 1 | 1101 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DD03DA
Complementary color
Monochromatic Colors of #DD03DA
Black with #DD03DA
Text Example
Text Example
White with #DD03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03DA; }
p { color: rgb(221,3,218); }
H1.HeaderClassName
{
color: #DD03DA;
}
.AnyTagClassName
{
color: #DD03DA;
}
</style>
background-color css
<style>
a { background-color: #DD03DA; }
a { background-color: rgb(221,3,218); }
div.DivClassName
{
background-color: #DD03DA;
}
.BgClassName
{
background-color: #DD03DA;
}
</style>
border-color css
<style>
span { border-color: #DD03DA; }
span { border-color: rgb(221,3,218); }
td.TdClassName
{
border-color: #DD03DA;
}
.TagClassName
{
border-color: #DD03DA;
}
</style>