Shades of Plum #DDA1E0
Tints of Plum #DDA1E0
RGB
CMYK
RGB Variations
Color information
#DDA1E0 (or 0xDDA1E0) is known color: Plum. HEX triplet: DD, A1 and E0. RGB value is (221,161,224). Sum of RGB (Red+Green+Blue) = 221+161+224=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDA1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1E0 is #225E1F. Grayscale: #B9B9B9. Windows color (decimal): -2252320 or 14721501. OLE color: 14721501.
HSL color Cylindrical-coordinate representation of color #DDA1E0: hue angle of 297.14º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA1E0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 161 | 224 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.12 |
| HSL | 297.14º | 0.5% | 0.75% | - |
| HSV(B) | 297.14º | 0.28% | 0.88% | - |
| XYZ | 56.02 | 46.24 | 76.49 | - |
| YUV | 186.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 224 | 0.01 | 0.28 | 0 | 0.12 | 297.14 | 0.5 | 0.75 |
| Hex | DD | A1 | E0 | 1 | 1C | 0 | C | 129 | 32 | 4B |
| Octal | 335 | 241 | 340 | 1 | 34 | 0 | 14 | 451 | 62 | 113 |
| Binary | 11011101 | 10100001 | 11100000 | 1 | 11100 | 0 | 1100 | 100101001 | 110010 | 1001011 |
Color Harmonies of #DDA1E0
Complementary color
Monochromatic Colors of #DDA1E0
Black with #DDA1E0
Text Example
Text Example
White with #DDA1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1E0; }
p { color: rgb(221,161,224); }
H1.HeaderClassName
{
color: #DDA1E0;
}
.AnyTagClassName
{
color: #DDA1E0;
}
</style>
background-color css
<style>
a { background-color: #DDA1E0; }
a { background-color: rgb(221,161,224); }
div.DivClassName
{
background-color: #DDA1E0;
}
.BgClassName
{
background-color: #DDA1E0;
}
</style>
border-color css
<style>
span { border-color: #DDA1E0; }
span { border-color: rgb(221,161,224); }
td.TdClassName
{
border-color: #DDA1E0;
}
.TagClassName
{
border-color: #DDA1E0;
}
</style>