Shades of Plum #DDA2E0
Tints of Plum #DDA2E0
RGB
CMYK
RGB Variations
Color information
#DDA2E0 (or 0xDDA2E0) is known color: Plum. HEX triplet: DD, A2 and E0. RGB value is (221,162,224). Sum of RGB (Red+Green+Blue) = 221+162+224=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2E0 is #225D1F. Grayscale: #BABABA. Windows color (decimal): -2252064 or 14721757. OLE color: 14721757.
HSL color Cylindrical-coordinate representation of color #DDA2E0: hue angle of 297.1º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA2E0 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 162 | 224 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.12 |
| HSL | 297.1º | 0.5% | 0.76% | - |
| HSV(B) | 297.1º | 0.28% | 0.88% | - |
| XYZ | 56.19 | 46.59 | 76.55 | - |
| YUV | 186.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 224 | 0.01 | 0.28 | 0 | 0.12 | 297.1 | 0.5 | 0.76 |
| Hex | DD | A2 | E0 | 1 | 1C | 0 | C | 129 | 32 | 4C |
| Octal | 335 | 242 | 340 | 1 | 34 | 0 | 14 | 451 | 62 | 114 |
| Binary | 11011101 | 10100010 | 11100000 | 1 | 11100 | 0 | 1100 | 100101001 | 110010 | 1001100 |
Color Harmonies of #DDA2E0
Complementary color
Monochromatic Colors of #DDA2E0
Black with #DDA2E0
Text Example
Text Example
White with #DDA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA2E0; }
p { color: rgb(221,162,224); }
H1.HeaderClassName
{
color: #DDA2E0;
}
.AnyTagClassName
{
color: #DDA2E0;
}
</style>
background-color css
<style>
a { background-color: #DDA2E0; }
a { background-color: rgb(221,162,224); }
div.DivClassName
{
background-color: #DDA2E0;
}
.BgClassName
{
background-color: #DDA2E0;
}
</style>
border-color css
<style>
span { border-color: #DDA2E0; }
span { border-color: rgb(221,162,224); }
td.TdClassName
{
border-color: #DDA2E0;
}
.TagClassName
{
border-color: #DDA2E0;
}
</style>