Shades of Deep Magenta #DD00B9
Tints of Deep Magenta #DD00B9
RGB
CMYK
RGB Variations
Color information
#DD00B9 (or 0xDD00B9) is known color: Deep Magenta. HEX triplet: DD, 00 and B9. RGB value is (221,0,185). Sum of RGB (Red+Green+Blue) = 221+0+185=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00B9 is #22FF46. Grayscale: #565656. Windows color (decimal): -2293575 or 12124381. OLE color: 12124381.
HSL color Cylindrical-coordinate representation of color #DD00B9: hue angle of 309.77º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00B9 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.16 | 0.13 |
| HSL | 309.77º | 1% | 0.43% | - |
| HSV(B) | 309.77º | 1% | 0.87% | - |
| XYZ | 38.58 | 18.87 | 47.51 | - |
| YUV | 87.17 | 183.22 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 185 | 0 | 1 | 0.16 | 0.13 | 309.77 | 1 | 0.43 |
| Hex | DD | 0 | B9 | 0 | 64 | 10 | D | 136 | 64 | 2B |
| Octal | 335 | 0 | 271 | 0 | 144 | 20 | 15 | 466 | 144 | 53 |
| Binary | 11011101 | 0 | 10111001 | 0 | 1100100 | 10000 | 1101 | 100110110 | 1100100 | 101011 |
Color Harmonies of #DD00B9
Complementary color
Monochromatic Colors of #DD00B9
Black with #DD00B9
Text Example
Text Example
White with #DD00B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00B9; }
p { color: rgb(221,0,185); }
H1.HeaderClassName
{
color: #DD00B9;
}
.AnyTagClassName
{
color: #DD00B9;
}
</style>
background-color css
<style>
a { background-color: #DD00B9; }
a { background-color: rgb(221,0,185); }
div.DivClassName
{
background-color: #DD00B9;
}
.BgClassName
{
background-color: #DD00B9;
}
</style>
border-color css
<style>
span { border-color: #DD00B9; }
span { border-color: rgb(221,0,185); }
td.TdClassName
{
border-color: #DD00B9;
}
.TagClassName
{
border-color: #DD00B9;
}
</style>