Shades of Deep Magenta #DD0FD9
Tints of Deep Magenta #DD0FD9
RGB
CMYK
RGB Variations
Color information
#DD0FD9 (or 0xDD0FD9) is known color: Deep Magenta. HEX triplet: DD, 0F and D9. RGB value is (221,15,217). Sum of RGB (Red+Green+Blue) = 221+15+217=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FD9 is #22F026. Grayscale: #636363. Windows color (decimal): -2289703 or 14225373. OLE color: 14225373.
HSL color Cylindrical-coordinate representation of color #DD0FD9: hue angle of 301.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0FD9 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 217 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.13 |
| HSL | 301.17º | 0.87% | 0.46% | - |
| HSV(B) | 301.17º | 0.93% | 0.87% | - |
| XYZ | 42.51 | 20.72 | 67.4 | - |
| YUV | 99.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 217 | 0 | 0.93 | 0.02 | 0.13 | 301.17 | 0.87 | 0.46 |
| Hex | DD | F | D9 | 0 | 5D | 2 | D | 12D | 57 | 2E |
| Octal | 335 | 17 | 331 | 0 | 135 | 2 | 15 | 455 | 127 | 56 |
| Binary | 11011101 | 1111 | 11011001 | 0 | 1011101 | 10 | 1101 | 100101101 | 1010111 | 101110 |
Color Harmonies of #DD0FD9
Complementary color
Monochromatic Colors of #DD0FD9
Black with #DD0FD9
Text Example
Text Example
White with #DD0FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FD9; }
p { color: rgb(221,15,217); }
H1.HeaderClassName
{
color: #DD0FD9;
}
.AnyTagClassName
{
color: #DD0FD9;
}
</style>
background-color css
<style>
a { background-color: #DD0FD9; }
a { background-color: rgb(221,15,217); }
div.DivClassName
{
background-color: #DD0FD9;
}
.BgClassName
{
background-color: #DD0FD9;
}
</style>
border-color css
<style>
span { border-color: #DD0FD9; }
span { border-color: rgb(221,15,217); }
td.TdClassName
{
border-color: #DD0FD9;
}
.TagClassName
{
border-color: #DD0FD9;
}
</style>