Shades of Deep Magenta #DD1ED2
Tints of Deep Magenta #DD1ED2
RGB
CMYK
RGB Variations
Color information
#DD1ED2 (or 0xDD1ED2) is known color: Deep Magenta. HEX triplet: DD, 1E and D2. RGB value is (221,30,210). Sum of RGB (Red+Green+Blue) = 221+30+210=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ED2 is #22E12D. Grayscale: #6B6B6B. Windows color (decimal): -2285870 or 13770461. OLE color: 13770461.
HSL color Cylindrical-coordinate representation of color #DD1ED2: hue angle of 303.46º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1ED2 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 30 | 210 | - |
CMYK | 0 | 0.86 | 0.05 | 0.13 |
HSL | 303.46º | 0.76% | 0.49% | - |
HSV(B) | 303.46º | 0.86% | 0.87% | - |
XYZ | 41.92 | 20.95 | 62.81 | - |
YUV | 107.63 | 185.78 | 208.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 30 | 210 | 0 | 0.86 | 0.05 | 0.13 | 303.46 | 0.76 | 0.49 |
Hex | DD | 1E | D2 | 0 | 56 | 5 | D | 12F | 4C | 31 |
Octal | 335 | 36 | 322 | 0 | 126 | 5 | 15 | 457 | 114 | 61 |
Binary | 11011101 | 11110 | 11010010 | 0 | 1010110 | 101 | 1101 | 100101111 | 1001100 | 110001 |
Color Harmonies of #DD1ED2
Complementary color
Monochromatic Colors of #DD1ED2
Black with #DD1ED2
Text Example
Text Example
White with #DD1ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ED2; }
p { color: rgb(221,30,210); }
H1.HeaderClassName
{
color: #DD1ED2;
}
.AnyTagClassName
{
color: #DD1ED2;
}
</style>
background-color css
<style>
a { background-color: #DD1ED2; }
a { background-color: rgb(221,30,210); }
div.DivClassName
{
background-color: #DD1ED2;
}
.BgClassName
{
background-color: #DD1ED2;
}
</style>
border-color css
<style>
span { border-color: #DD1ED2; }
span { border-color: rgb(221,30,210); }
td.TdClassName
{
border-color: #DD1ED2;
}
.TagClassName
{
border-color: #DD1ED2;
}
</style>