Shades of Deep Magenta #DD0DBB
Tints of Deep Magenta #DD0DBB
RGB
CMYK
RGB Variations
Color information
#DD0DBB (or 0xDD0DBB) is known color: Deep Magenta. HEX triplet: DD, 0D and BB. RGB value is (221,13,187). Sum of RGB (Red+Green+Blue) = 221+13+187=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DBB is #22F244. Grayscale: #5E5E5E. Windows color (decimal): -2290245 or 12258781. OLE color: 12258781.
HSL color Cylindrical-coordinate representation of color #DD0DBB: hue angle of 309.81º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DBB is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.13 |
| HSL | 309.81º | 0.89% | 0.46% | - |
| HSV(B) | 309.81º | 0.94% | 0.87% | - |
| XYZ | 38.93 | 19.25 | 48.68 | - |
| YUV | 95.03 | 179.91 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 187 | 0 | 0.94 | 0.15 | 0.13 | 309.81 | 0.89 | 0.46 |
| Hex | DD | D | BB | 0 | 5E | F | D | 136 | 59 | 2E |
| Octal | 335 | 15 | 273 | 0 | 136 | 17 | 15 | 466 | 131 | 56 |
| Binary | 11011101 | 1101 | 10111011 | 0 | 1011110 | 1111 | 1101 | 100110110 | 1011001 | 101110 |
Color Harmonies of #DD0DBB
Complementary color
Monochromatic Colors of #DD0DBB
Black with #DD0DBB
Text Example
Text Example
White with #DD0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DBB; }
p { color: rgb(221,13,187); }
H1.HeaderClassName
{
color: #DD0DBB;
}
.AnyTagClassName
{
color: #DD0DBB;
}
</style>
background-color css
<style>
a { background-color: #DD0DBB; }
a { background-color: rgb(221,13,187); }
div.DivClassName
{
background-color: #DD0DBB;
}
.BgClassName
{
background-color: #DD0DBB;
}
</style>
border-color css
<style>
span { border-color: #DD0DBB; }
span { border-color: rgb(221,13,187); }
td.TdClassName
{
border-color: #DD0DBB;
}
.TagClassName
{
border-color: #DD0DBB;
}
</style>