Shades of Plum #DDA1EA
Tints of Plum #DDA1EA
RGB
CMYK
RGB Variations
Color information
#DDA1EA (or 0xDDA1EA) is known color: Plum. HEX triplet: DD, A1 and EA. RGB value is (221,161,234). Sum of RGB (Red+Green+Blue) = 221+161+234=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA1EA is #225E15. Grayscale: #BBBBBB. Windows color (decimal): -2252310 or 15376861. OLE color: 15376861.
HSL color Cylindrical-coordinate representation of color #DDA1EA: hue angle of 289.32º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA1EA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 161 | 234 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.08 |
| HSL | 289.32º | 0.63% | 0.77% | - |
| HSV(B) | 289.32º | 0.31% | 0.92% | - |
| XYZ | 57.41 | 46.8 | 83.85 | - |
| YUV | 187.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 234 | 0.06 | 0.31 | 0 | 0.08 | 289.32 | 0.63 | 0.77 |
| Hex | DD | A1 | EA | 6 | 1F | 0 | 8 | 121 | 3F | 4D |
| Octal | 335 | 241 | 352 | 6 | 37 | 0 | 10 | 441 | 77 | 115 |
| Binary | 11011101 | 10100001 | 11101010 | 110 | 11111 | 0 | 1000 | 100100001 | 111111 | 1001101 |
Color Harmonies of #DDA1EA
Complementary color
Monochromatic Colors of #DDA1EA
Black with #DDA1EA
Text Example
Text Example
White with #DDA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1EA; }
p { color: rgb(221,161,234); }
H1.HeaderClassName
{
color: #DDA1EA;
}
.AnyTagClassName
{
color: #DDA1EA;
}
</style>
background-color css
<style>
a { background-color: #DDA1EA; }
a { background-color: rgb(221,161,234); }
div.DivClassName
{
background-color: #DDA1EA;
}
.BgClassName
{
background-color: #DDA1EA;
}
</style>
border-color css
<style>
span { border-color: #DDA1EA; }
span { border-color: rgb(221,161,234); }
td.TdClassName
{
border-color: #DDA1EA;
}
.TagClassName
{
border-color: #DDA1EA;
}
</style>