Shades of Plum #DDA2E5
Tints of Plum #DDA2E5
RGB
CMYK
RGB Variations
Color information
#DDA2E5 (or 0xDDA2E5) is known color: Plum. HEX triplet: DD, A2 and E5. RGB value is (221,162,229). Sum of RGB (Red+Green+Blue) = 221+162+229=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2E5 is #225D1A. Grayscale: #BBBBBB. Windows color (decimal): -2252059 or 15049437. OLE color: 15049437.
HSL color Cylindrical-coordinate representation of color #DDA2E5: hue angle of 292.84º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA2E5 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 162 | 229 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.10 |
| HSL | 292.84º | 0.56% | 0.77% | - |
| HSV(B) | 292.84º | 0.29% | 0.9% | - |
| XYZ | 56.88 | 46.87 | 80.18 | - |
| YUV | 187.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 229 | 0.03 | 0.29 | 0 | 0.10 | 292.84 | 0.56 | 0.77 |
| Hex | DD | A2 | E5 | 3 | 1D | 0 | A | 125 | 38 | 4D |
| Octal | 335 | 242 | 345 | 3 | 35 | 0 | 12 | 445 | 70 | 115 |
| Binary | 11011101 | 10100010 | 11100101 | 11 | 11101 | 0 | 1010 | 100100101 | 111000 | 1001101 |
Color Harmonies of #DDA2E5
Complementary color
Monochromatic Colors of #DDA2E5
Black with #DDA2E5
Text Example
Text Example
White with #DDA2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2E5; }
p { color: rgb(221,162,229); }
H1.HeaderClassName
{
color: #DDA2E5;
}
.AnyTagClassName
{
color: #DDA2E5;
}
</style>
background-color css
<style>
a { background-color: #DDA2E5; }
a { background-color: rgb(221,162,229); }
div.DivClassName
{
background-color: #DDA2E5;
}
.BgClassName
{
background-color: #DDA2E5;
}
</style>
border-color css
<style>
span { border-color: #DDA2E5; }
span { border-color: rgb(221,162,229); }
td.TdClassName
{
border-color: #DDA2E5;
}
.TagClassName
{
border-color: #DDA2E5;
}
</style>