Shades of Deep Magenta #DD03DB
Tints of Deep Magenta #DD03DB
RGB
CMYK
RGB Variations
Color information
#DD03DB (or 0xDD03DB) is known color: Deep Magenta. HEX triplet: DD, 03 and DB. RGB value is (221,3,219). Sum of RGB (Red+Green+Blue) = 221+3+219=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03DB is #22FC24. Grayscale: #5C5C5C. Windows color (decimal): -2292773 or 14353373. OLE color: 14353373.
HSL color Cylindrical-coordinate representation of color #DD03DB: hue angle of 300.55º 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 #DD03DB is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.13 |
| HSL | 300.55º | 0.97% | 0.44% | - |
| HSV(B) | 300.55º | 0.99% | 0.87% | - |
| XYZ | 42.64 | 20.55 | 68.74 | - |
| YUV | 92.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 219 | 0 | 0.99 | 0.01 | 0.13 | 300.55 | 0.97 | 0.44 |
| Hex | DD | 3 | DB | 0 | 63 | 1 | D | 12D | 61 | 2C |
| Octal | 335 | 3 | 333 | 0 | 143 | 1 | 15 | 455 | 141 | 54 |
| Binary | 11011101 | 11 | 11011011 | 0 | 1100011 | 1 | 1101 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DD03DB
Complementary color
Monochromatic Colors of #DD03DB
Black with #DD03DB
Text Example
Text Example
White with #DD03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03DB; }
p { color: rgb(221,3,219); }
H1.HeaderClassName
{
color: #DD03DB;
}
.AnyTagClassName
{
color: #DD03DB;
}
</style>
background-color css
<style>
a { background-color: #DD03DB; }
a { background-color: rgb(221,3,219); }
div.DivClassName
{
background-color: #DD03DB;
}
.BgClassName
{
background-color: #DD03DB;
}
</style>
border-color css
<style>
span { border-color: #DD03DB; }
span { border-color: rgb(221,3,219); }
td.TdClassName
{
border-color: #DD03DB;
}
.TagClassName
{
border-color: #DD03DB;
}
</style>