Shades of Deep Magenta #DD03BB
Tints of Deep Magenta #DD03BB
RGB
CMYK
RGB Variations
Color information
#DD03BB (or 0xDD03BB) is known color: Deep Magenta. HEX triplet: DD, 03 and BB. RGB value is (221,3,187). Sum of RGB (Red+Green+Blue) = 221+3+187=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD03BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD03BB is #22FC44. Grayscale: #585858. Windows color (decimal): -2292805 or 12256221. OLE color: 12256221.
HSL color Cylindrical-coordinate representation of color #DD03BB: hue angle of 309.36º 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 #DD03BB is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.13 |
| HSL | 309.36º | 0.97% | 0.44% | - |
| HSV(B) | 309.36º | 0.99% | 0.87% | - |
| XYZ | 38.82 | 19.03 | 48.64 | - |
| YUV | 89.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 187 | 0 | 0.99 | 0.15 | 0.13 | 309.36 | 0.97 | 0.44 |
| Hex | DD | 3 | BB | 0 | 63 | F | D | 135 | 61 | 2C |
| Octal | 335 | 3 | 273 | 0 | 143 | 17 | 15 | 465 | 141 | 54 |
| Binary | 11011101 | 11 | 10111011 | 0 | 1100011 | 1111 | 1101 | 100110101 | 1100001 | 101100 |
Color Harmonies of #DD03BB
Complementary color
Monochromatic Colors of #DD03BB
Black with #DD03BB
Text Example
Text Example
White with #DD03BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD03BB; }
p { color: rgb(221,3,187); }
H1.HeaderClassName
{
color: #DD03BB;
}
.AnyTagClassName
{
color: #DD03BB;
}
</style>
background-color css
<style>
a { background-color: #DD03BB; }
a { background-color: rgb(221,3,187); }
div.DivClassName
{
background-color: #DD03BB;
}
.BgClassName
{
background-color: #DD03BB;
}
</style>
border-color css
<style>
span { border-color: #DD03BB; }
span { border-color: rgb(221,3,187); }
td.TdClassName
{
border-color: #DD03BB;
}
.TagClassName
{
border-color: #DD03BB;
}
</style>