Shades of Deep Magenta #DD00D0
Tints of Deep Magenta #DD00D0
RGB
CMYK
RGB Variations
Color information
#DD00D0 (or 0xDD00D0) is known color: Deep Magenta. HEX triplet: DD, 00 and D0. RGB value is (221,0,208). Sum of RGB (Red+Green+Blue) = 221+0+208=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00D0 is #22FF2F. Grayscale: #595959. Windows color (decimal): -2293552 or 13631709. OLE color: 13631709.
HSL color Cylindrical-coordinate representation of color #DD00D0: hue angle of 303.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00D0 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.06 | 0.13 |
| HSL | 303.53º | 1% | 0.43% | - |
| HSV(B) | 303.53º | 1% | 0.87% | - |
| XYZ | 41.2 | 19.93 | 61.35 | - |
| YUV | 89.79 | 194.72 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 208 | 0 | 1 | 0.06 | 0.13 | 303.53 | 1 | 0.43 |
| Hex | DD | 0 | D0 | 0 | 64 | 6 | D | 130 | 64 | 2B |
| Octal | 335 | 0 | 320 | 0 | 144 | 6 | 15 | 460 | 144 | 53 |
| Binary | 11011101 | 0 | 11010000 | 0 | 1100100 | 110 | 1101 | 100110000 | 1100100 | 101011 |
Color Harmonies of #DD00D0
Complementary color
Monochromatic Colors of #DD00D0
Black with #DD00D0
Text Example
Text Example
White with #DD00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00D0; }
p { color: rgb(221,0,208); }
H1.HeaderClassName
{
color: #DD00D0;
}
.AnyTagClassName
{
color: #DD00D0;
}
</style>
background-color css
<style>
a { background-color: #DD00D0; }
a { background-color: rgb(221,0,208); }
div.DivClassName
{
background-color: #DD00D0;
}
.BgClassName
{
background-color: #DD00D0;
}
</style>
border-color css
<style>
span { border-color: #DD00D0; }
span { border-color: rgb(221,0,208); }
td.TdClassName
{
border-color: #DD00D0;
}
.TagClassName
{
border-color: #DD00D0;
}
</style>