Shades of Plum #DDA3EC
Tints of Plum #DDA3EC
RGB
CMYK
RGB Variations
Color information
#DDA3EC (or 0xDDA3EC) is known color: Plum. HEX triplet: DD, A3 and EC. RGB value is (221,163,236). Sum of RGB (Red+Green+Blue) = 221+163+236=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA3EC is #225C13. Grayscale: #BCBCBC. Windows color (decimal): -2251796 or 15508445. OLE color: 15508445.
HSL color Cylindrical-coordinate representation of color #DDA3EC: hue angle of 287.67º 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 #DDA3EC is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 163 | 236 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.07 |
| HSL | 287.67º | 0.66% | 0.78% | - |
| HSV(B) | 287.67º | 0.31% | 0.93% | - |
| XYZ | 58.06 | 47.62 | 85.49 | - |
| YUV | 188.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 236 | 0.06 | 0.31 | 0 | 0.07 | 287.67 | 0.66 | 0.78 |
| Hex | DD | A3 | EC | 6 | 1F | 0 | 7 | 120 | 42 | 4E |
| Octal | 335 | 243 | 354 | 6 | 37 | 0 | 7 | 440 | 102 | 116 |
| Binary | 11011101 | 10100011 | 11101100 | 110 | 11111 | 0 | 111 | 100100000 | 1000010 | 1001110 |
Color Harmonies of #DDA3EC
Complementary color
Monochromatic Colors of #DDA3EC
Black with #DDA3EC
Text Example
Text Example
White with #DDA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA3EC; }
p { color: rgb(221,163,236); }
H1.HeaderClassName
{
color: #DDA3EC;
}
.AnyTagClassName
{
color: #DDA3EC;
}
</style>
background-color css
<style>
a { background-color: #DDA3EC; }
a { background-color: rgb(221,163,236); }
div.DivClassName
{
background-color: #DDA3EC;
}
.BgClassName
{
background-color: #DDA3EC;
}
</style>
border-color css
<style>
span { border-color: #DDA3EC; }
span { border-color: rgb(221,163,236); }
td.TdClassName
{
border-color: #DDA3EC;
}
.TagClassName
{
border-color: #DDA3EC;
}
</style>