Shades of Deep Magenta #DD07BB
Tints of Deep Magenta #DD07BB
RGB
CMYK
RGB Variations
Color information
#DD07BB (or 0xDD07BB) is known color: Deep Magenta. HEX triplet: DD, 07 and BB. RGB value is (221,7,187). Sum of RGB (Red+Green+Blue) = 221+7+187=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD07BB is #22F844. Grayscale: #5B5B5B. Windows color (decimal): -2291781 or 12257245. OLE color: 12257245.
HSL color Cylindrical-coordinate representation of color #DD07BB: hue angle of 309.53º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD07BB is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.13 |
| HSL | 309.53º | 0.94% | 0.45% | - |
| HSV(B) | 309.53º | 0.97% | 0.87% | - |
| XYZ | 38.86 | 19.11 | 48.65 | - |
| YUV | 91.51 | 181.9 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 187 | 0 | 0.97 | 0.15 | 0.13 | 309.53 | 0.94 | 0.45 |
| Hex | DD | 7 | BB | 0 | 61 | F | D | 136 | 5E | 2D |
| Octal | 335 | 7 | 273 | 0 | 141 | 17 | 15 | 466 | 136 | 55 |
| Binary | 11011101 | 111 | 10111011 | 0 | 1100001 | 1111 | 1101 | 100110110 | 1011110 | 101101 |
Color Harmonies of #DD07BB
Complementary color
Monochromatic Colors of #DD07BB
Black with #DD07BB
Text Example
Text Example
White with #DD07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD07BB; }
p { color: rgb(221,7,187); }
H1.HeaderClassName
{
color: #DD07BB;
}
.AnyTagClassName
{
color: #DD07BB;
}
</style>
background-color css
<style>
a { background-color: #DD07BB; }
a { background-color: rgb(221,7,187); }
div.DivClassName
{
background-color: #DD07BB;
}
.BgClassName
{
background-color: #DD07BB;
}
</style>
border-color css
<style>
span { border-color: #DD07BB; }
span { border-color: rgb(221,7,187); }
td.TdClassName
{
border-color: #DD07BB;
}
.TagClassName
{
border-color: #DD07BB;
}
</style>