Shades of Deep Magenta #DD0FD6
Tints of Deep Magenta #DD0FD6
RGB
CMYK
RGB Variations
Color information
#DD0FD6 (or 0xDD0FD6) is known color: Deep Magenta. HEX triplet: DD, 0F and D6. RGB value is (221,15,214). Sum of RGB (Red+Green+Blue) = 221+15+214=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FD6 is #22F029. Grayscale: #626262. Windows color (decimal): -2289706 or 14028765. OLE color: 14028765.
HSL color Cylindrical-coordinate representation of color #DD0FD6: hue angle of 302.04º 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 #DD0FD6 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 214 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.13 |
| HSL | 302.04º | 0.87% | 0.46% | - |
| HSV(B) | 302.04º | 0.93% | 0.87% | - |
| XYZ | 42.13 | 20.57 | 65.37 | - |
| YUV | 99.28 | 192.75 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 214 | 0 | 0.93 | 0.03 | 0.13 | 302.04 | 0.87 | 0.46 |
| Hex | DD | F | D6 | 0 | 5D | 3 | D | 12E | 57 | 2E |
| Octal | 335 | 17 | 326 | 0 | 135 | 3 | 15 | 456 | 127 | 56 |
| Binary | 11011101 | 1111 | 11010110 | 0 | 1011101 | 11 | 1101 | 100101110 | 1010111 | 101110 |
Color Harmonies of #DD0FD6
Complementary color
Monochromatic Colors of #DD0FD6
Black with #DD0FD6
Text Example
Text Example
White with #DD0FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FD6; }
p { color: rgb(221,15,214); }
H1.HeaderClassName
{
color: #DD0FD6;
}
.AnyTagClassName
{
color: #DD0FD6;
}
</style>
background-color css
<style>
a { background-color: #DD0FD6; }
a { background-color: rgb(221,15,214); }
div.DivClassName
{
background-color: #DD0FD6;
}
.BgClassName
{
background-color: #DD0FD6;
}
</style>
border-color css
<style>
span { border-color: #DD0FD6; }
span { border-color: rgb(221,15,214); }
td.TdClassName
{
border-color: #DD0FD6;
}
.TagClassName
{
border-color: #DD0FD6;
}
</style>