Shades of Plum #DDA1E5
Tints of Plum #DDA1E5
RGB
CMYK
RGB Variations
Color information
#DDA1E5 (or 0xDDA1E5) is known color: Plum. HEX triplet: DD, A1 and E5. RGB value is (221,161,229). Sum of RGB (Red+Green+Blue) = 221+161+229=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1E5 is #225E1A. Grayscale: #BABABA. Windows color (decimal): -2252315 or 15049181. OLE color: 15049181.
HSL color Cylindrical-coordinate representation of color #DDA1E5: hue angle of 292.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDA1E5 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 161 | 229 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.10 |
| HSL | 292.94º | 0.57% | 0.76% | - |
| HSV(B) | 292.94º | 0.3% | 0.9% | - |
| XYZ | 56.71 | 46.52 | 80.12 | - |
| YUV | 186.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 229 | 0.03 | 0.30 | 0 | 0.10 | 292.94 | 0.57 | 0.76 |
| Hex | DD | A1 | E5 | 3 | 1E | 0 | A | 125 | 39 | 4C |
| Octal | 335 | 241 | 345 | 3 | 36 | 0 | 12 | 445 | 71 | 114 |
| Binary | 11011101 | 10100001 | 11100101 | 11 | 11110 | 0 | 1010 | 100100101 | 111001 | 1001100 |
Color Harmonies of #DDA1E5
Complementary color
Monochromatic Colors of #DDA1E5
Black with #DDA1E5
Text Example
Text Example
White with #DDA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA1E5; }
p { color: rgb(221,161,229); }
H1.HeaderClassName
{
color: #DDA1E5;
}
.AnyTagClassName
{
color: #DDA1E5;
}
</style>
background-color css
<style>
a { background-color: #DDA1E5; }
a { background-color: rgb(221,161,229); }
div.DivClassName
{
background-color: #DDA1E5;
}
.BgClassName
{
background-color: #DDA1E5;
}
</style>
border-color css
<style>
span { border-color: #DDA1E5; }
span { border-color: rgb(221,161,229); }
td.TdClassName
{
border-color: #DDA1E5;
}
.TagClassName
{
border-color: #DDA1E5;
}
</style>