Shades of Deep Magenta #DD0FDD
Tints of Deep Magenta #DD0FDD
RGB
CMYK
RGB Variations
Color information
#DD0FDD (or 0xDD0FDD) is known color: Deep Magenta. HEX triplet: DD, 0F and DD. RGB value is (221,15,221). Sum of RGB (Red+Green+Blue) = 221+15+221=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FDD is #22F022. Grayscale: #636363. Windows color (decimal): -2289699 or 14487517. OLE color: 14487517.
HSL color Cylindrical-coordinate representation of color #DD0FDD: hue angle of 300º 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 #DD0FDD is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 221 | - |
| CMYK | 0 | 0.93 | 0 | 0.13 |
| HSL | 300º | 0.87% | 0.46% | - |
| HSV(B) | 300º | 0.93% | 0.87% | - |
| XYZ | 43.04 | 20.93 | 70.18 | - |
| YUV | 100.08 | 196.25 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 221 | 0 | 0.93 | 0 | 0.13 | 300 | 0.87 | 0.46 |
| Hex | DD | F | DD | 0 | 5D | 0 | D | 12C | 57 | 2E |
| Octal | 335 | 17 | 335 | 0 | 135 | 0 | 15 | 454 | 127 | 56 |
| Binary | 11011101 | 1111 | 11011101 | 0 | 1011101 | 0 | 1101 | 100101100 | 1010111 | 101110 |
Color Harmonies of #DD0FDD
Complementary color
Monochromatic Colors of #DD0FDD
Black with #DD0FDD
Text Example
Text Example
White with #DD0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0FDD; }
p { color: rgb(221,15,221); }
H1.HeaderClassName
{
color: #DD0FDD;
}
.AnyTagClassName
{
color: #DD0FDD;
}
</style>
background-color css
<style>
a { background-color: #DD0FDD; }
a { background-color: rgb(221,15,221); }
div.DivClassName
{
background-color: #DD0FDD;
}
.BgClassName
{
background-color: #DD0FDD;
}
</style>
border-color css
<style>
span { border-color: #DD0FDD; }
span { border-color: rgb(221,15,221); }
td.TdClassName
{
border-color: #DD0FDD;
}
.TagClassName
{
border-color: #DD0FDD;
}
</style>