Shades of Deep Magenta #DD06E1
Tints of Deep Magenta #DD06E1
RGB
CMYK
RGB Variations
Color information
#DD06E1 (or 0xDD06E1) is known color: Deep Magenta. HEX triplet: DD, 06 and E1. RGB value is (221,6,225). Sum of RGB (Red+Green+Blue) = 221+6+225=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD06E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06E1 is #22F91E. Grayscale: #5E5E5E. Windows color (decimal): -2291999 or 14747357. OLE color: 14747357.
HSL color Cylindrical-coordinate representation of color #DD06E1: hue angle of 298.9º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06E1 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 6 | 225 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.12 |
| HSL | 298.9º | 0.95% | 0.45% | - |
| HSV(B) | 298.9º | 0.97% | 0.88% | - |
| XYZ | 43.47 | 20.94 | 72.98 | - |
| YUV | 95.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 225 | 0.02 | 0.97 | 0 | 0.12 | 298.9 | 0.95 | 0.45 |
| Hex | DD | 6 | E1 | 2 | 61 | 0 | C | 12B | 5F | 2D |
| Octal | 335 | 6 | 341 | 2 | 141 | 0 | 14 | 453 | 137 | 55 |
| Binary | 11011101 | 110 | 11100001 | 10 | 1100001 | 0 | 1100 | 100101011 | 1011111 | 101101 |
Color Harmonies of #DD06E1
Complementary color
Monochromatic Colors of #DD06E1
Black with #DD06E1
Text Example
Text Example
White with #DD06E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06E1; }
p { color: rgb(221,6,225); }
H1.HeaderClassName
{
color: #DD06E1;
}
.AnyTagClassName
{
color: #DD06E1;
}
</style>
background-color css
<style>
a { background-color: #DD06E1; }
a { background-color: rgb(221,6,225); }
div.DivClassName
{
background-color: #DD06E1;
}
.BgClassName
{
background-color: #DD06E1;
}
</style>
border-color css
<style>
span { border-color: #DD06E1; }
span { border-color: rgb(221,6,225); }
td.TdClassName
{
border-color: #DD06E1;
}
.TagClassName
{
border-color: #DD06E1;
}
</style>