Shades of Deep Magenta #DD0DDF
Tints of Deep Magenta #DD0DDF
RGB
CMYK
RGB Variations
Color information
#DD0DDF (or 0xDD0DDF) is known color: Deep Magenta. HEX triplet: DD, 0D and DF. RGB value is (221,13,223). Sum of RGB (Red+Green+Blue) = 221+13+223=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 13 (5.47% from 255 or 2.84% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DDF is #22F220. Grayscale: #626262. Windows color (decimal): -2290209 or 14618077. OLE color: 14618077.
HSL color Cylindrical-coordinate representation of color #DD0DDF: hue angle of 299.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DDF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 223 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.13 |
| HSL | 299.43º | 0.89% | 0.46% | - |
| HSV(B) | 299.43º | 0.94% | 0.87% | - |
| XYZ | 43.28 | 20.99 | 71.58 | - |
| YUV | 99.13 | 197.91 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 223 | 0.01 | 0.94 | 0 | 0.13 | 299.43 | 0.89 | 0.46 |
| Hex | DD | D | DF | 1 | 5E | 0 | D | 12B | 59 | 2E |
| Octal | 335 | 15 | 337 | 1 | 136 | 0 | 15 | 453 | 131 | 56 |
| Binary | 11011101 | 1101 | 11011111 | 1 | 1011110 | 0 | 1101 | 100101011 | 1011001 | 101110 |
Color Harmonies of #DD0DDF
Complementary color
Monochromatic Colors of #DD0DDF
Black with #DD0DDF
Text Example
Text Example
White with #DD0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DDF; }
p { color: rgb(221,13,223); }
H1.HeaderClassName
{
color: #DD0DDF;
}
.AnyTagClassName
{
color: #DD0DDF;
}
</style>
background-color css
<style>
a { background-color: #DD0DDF; }
a { background-color: rgb(221,13,223); }
div.DivClassName
{
background-color: #DD0DDF;
}
.BgClassName
{
background-color: #DD0DDF;
}
</style>
border-color css
<style>
span { border-color: #DD0DDF; }
span { border-color: rgb(221,13,223); }
td.TdClassName
{
border-color: #DD0DDF;
}
.TagClassName
{
border-color: #DD0DDF;
}
</style>