Shades of Plum #DDA2EC
Tints of Plum #DDA2EC
RGB
CMYK
RGB Variations
Color information
#DDA2EC (or 0xDDA2EC) is known color: Plum. HEX triplet: DD, A2 and EC. RGB value is (221,162,236). Sum of RGB (Red+Green+Blue) = 221+162+236=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2EC is #225D13. Grayscale: #BBBBBB. Windows color (decimal): -2252052 or 15508189. OLE color: 15508189.
HSL color Cylindrical-coordinate representation of color #DDA2EC: hue angle of 287.84º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA2EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 162 | 236 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.07 |
| HSL | 287.84º | 0.66% | 0.78% | - |
| HSV(B) | 287.84º | 0.31% | 0.93% | - |
| XYZ | 57.88 | 47.27 | 85.43 | - |
| YUV | 188.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 236 | 0.06 | 0.31 | 0 | 0.07 | 287.84 | 0.66 | 0.78 |
| Hex | DD | A2 | EC | 6 | 1F | 0 | 7 | 120 | 42 | 4E |
| Octal | 335 | 242 | 354 | 6 | 37 | 0 | 7 | 440 | 102 | 116 |
| Binary | 11011101 | 10100010 | 11101100 | 110 | 11111 | 0 | 111 | 100100000 | 1000010 | 1001110 |
Color Harmonies of #DDA2EC
Complementary color
Monochromatic Colors of #DDA2EC
Black with #DDA2EC
Text Example
Text Example
White with #DDA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2EC; }
p { color: rgb(221,162,236); }
H1.HeaderClassName
{
color: #DDA2EC;
}
.AnyTagClassName
{
color: #DDA2EC;
}
</style>
background-color css
<style>
a { background-color: #DDA2EC; }
a { background-color: rgb(221,162,236); }
div.DivClassName
{
background-color: #DDA2EC;
}
.BgClassName
{
background-color: #DDA2EC;
}
</style>
border-color css
<style>
span { border-color: #DDA2EC; }
span { border-color: rgb(221,162,236); }
td.TdClassName
{
border-color: #DDA2EC;
}
.TagClassName
{
border-color: #DDA2EC;
}
</style>