Shades of Deep Magenta #DD0FD2
Tints of Deep Magenta #DD0FD2
RGB
CMYK
RGB Variations
Color information
#DD0FD2 (or 0xDD0FD2) is known color: Deep Magenta. HEX triplet: DD, 0F and D2. RGB value is (221,15,210). Sum of RGB (Red+Green+Blue) = 221+15+210=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FD2 is #22F02D. Grayscale: #626262. Windows color (decimal): -2289710 or 13766621. OLE color: 13766621.
HSL color Cylindrical-coordinate representation of color #DD0FD2: hue angle of 303.2º 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 #DD0FD2 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 210 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.13 |
| HSL | 303.2º | 0.87% | 0.46% | - |
| HSV(B) | 303.2º | 0.93% | 0.87% | - |
| XYZ | 41.62 | 20.37 | 62.71 | - |
| YUV | 98.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 210 | 0 | 0.93 | 0.05 | 0.13 | 303.2 | 0.87 | 0.46 |
| Hex | DD | F | D2 | 0 | 5D | 5 | D | 12F | 57 | 2E |
| Octal | 335 | 17 | 322 | 0 | 135 | 5 | 15 | 457 | 127 | 56 |
| Binary | 11011101 | 1111 | 11010010 | 0 | 1011101 | 101 | 1101 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DD0FD2
Complementary color
Monochromatic Colors of #DD0FD2
Black with #DD0FD2
Text Example
Text Example
White with #DD0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FD2; }
p { color: rgb(221,15,210); }
H1.HeaderClassName
{
color: #DD0FD2;
}
.AnyTagClassName
{
color: #DD0FD2;
}
</style>
background-color css
<style>
a { background-color: #DD0FD2; }
a { background-color: rgb(221,15,210); }
div.DivClassName
{
background-color: #DD0FD2;
}
.BgClassName
{
background-color: #DD0FD2;
}
</style>
border-color css
<style>
span { border-color: #DD0FD2; }
span { border-color: rgb(221,15,210); }
td.TdClassName
{
border-color: #DD0FD2;
}
.TagClassName
{
border-color: #DD0FD2;
}
</style>