Shades of Deep Magenta #DD0DBD
Tints of Deep Magenta #DD0DBD
RGB
CMYK
RGB Variations
Color information
#DD0DBD (or 0xDD0DBD) is known color: Deep Magenta. HEX triplet: DD, 0D and BD. RGB value is (221,13,189). Sum of RGB (Red+Green+Blue) = 221+13+189=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DBD is #22F242. Grayscale: #5E5E5E. Windows color (decimal): -2290243 or 12389853. OLE color: 12389853.
HSL color Cylindrical-coordinate representation of color #DD0DBD: hue angle of 309.23º 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 #DD0DBD is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.13 |
| HSL | 309.23º | 0.89% | 0.46% | - |
| HSV(B) | 309.23º | 0.94% | 0.87% | - |
| XYZ | 39.15 | 19.33 | 49.81 | - |
| YUV | 95.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 189 | 0 | 0.94 | 0.14 | 0.13 | 309.23 | 0.89 | 0.46 |
| Hex | DD | D | BD | 0 | 5E | E | D | 135 | 59 | 2E |
| Octal | 335 | 15 | 275 | 0 | 136 | 16 | 15 | 465 | 131 | 56 |
| Binary | 11011101 | 1101 | 10111101 | 0 | 1011110 | 1110 | 1101 | 100110101 | 1011001 | 101110 |
Color Harmonies of #DD0DBD
Complementary color
Monochromatic Colors of #DD0DBD
Black with #DD0DBD
Text Example
Text Example
White with #DD0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DBD; }
p { color: rgb(221,13,189); }
H1.HeaderClassName
{
color: #DD0DBD;
}
.AnyTagClassName
{
color: #DD0DBD;
}
</style>
background-color css
<style>
a { background-color: #DD0DBD; }
a { background-color: rgb(221,13,189); }
div.DivClassName
{
background-color: #DD0DBD;
}
.BgClassName
{
background-color: #DD0DBD;
}
</style>
border-color css
<style>
span { border-color: #DD0DBD; }
span { border-color: rgb(221,13,189); }
td.TdClassName
{
border-color: #DD0DBD;
}
.TagClassName
{
border-color: #DD0DBD;
}
</style>