Shades of Deep Magenta #DD06D1
Tints of Deep Magenta #DD06D1
RGB
CMYK
RGB Variations
Color information
#DD06D1 (or 0xDD06D1) is known color: Deep Magenta. HEX triplet: DD, 06 and D1. RGB value is (221,6,209). Sum of RGB (Red+Green+Blue) = 221+6+209=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06D1 is #22F92E. Grayscale: #5C5C5C. Windows color (decimal): -2292015 or 13698781. OLE color: 13698781.
HSL color Cylindrical-coordinate representation of color #DD06D1: hue angle of 303.35º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06D1 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 209 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.13 |
| HSL | 303.35º | 0.95% | 0.45% | - |
| HSV(B) | 303.35º | 0.97% | 0.87% | - |
| XYZ | 41.39 | 20.11 | 62.02 | - |
| YUV | 93.43 | 193.23 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 209 | 0 | 0.97 | 0.05 | 0.13 | 303.35 | 0.95 | 0.45 |
| Hex | DD | 6 | D1 | 0 | 61 | 5 | D | 12F | 5F | 2D |
| Octal | 335 | 6 | 321 | 0 | 141 | 5 | 15 | 457 | 137 | 55 |
| Binary | 11011101 | 110 | 11010001 | 0 | 1100001 | 101 | 1101 | 100101111 | 1011111 | 101101 |
Color Harmonies of #DD06D1
Complementary color
Monochromatic Colors of #DD06D1
Black with #DD06D1
Text Example
Text Example
White with #DD06D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06D1; }
p { color: rgb(221,6,209); }
H1.HeaderClassName
{
color: #DD06D1;
}
.AnyTagClassName
{
color: #DD06D1;
}
</style>
background-color css
<style>
a { background-color: #DD06D1; }
a { background-color: rgb(221,6,209); }
div.DivClassName
{
background-color: #DD06D1;
}
.BgClassName
{
background-color: #DD06D1;
}
</style>
border-color css
<style>
span { border-color: #DD06D1; }
span { border-color: rgb(221,6,209); }
td.TdClassName
{
border-color: #DD06D1;
}
.TagClassName
{
border-color: #DD06D1;
}
</style>