Shades of Plum #DDA9E0
Tints of Plum #DDA9E0
RGB
CMYK
RGB Variations
Color information
#DDA9E0 (or 0xDDA9E0) is known color: Plum. HEX triplet: DD, A9 and E0. RGB value is (221,169,224). Sum of RGB (Red+Green+Blue) = 221+169+224=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9E0 is #22561F. Grayscale: #BEBEBE. Windows color (decimal): -2250272 or 14723549. OLE color: 14723549.
HSL color Cylindrical-coordinate representation of color #DDA9E0: hue angle of 296.73º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA9E0 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 169 | 224 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.12 |
| HSL | 296.73º | 0.47% | 0.77% | - |
| HSV(B) | 296.73º | 0.25% | 0.88% | - |
| XYZ | 57.46 | 49.13 | 76.98 | - |
| YUV | 190.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 224 | 0.01 | 0.25 | 0 | 0.12 | 296.73 | 0.47 | 0.77 |
| Hex | DD | A9 | E0 | 1 | 19 | 0 | C | 129 | 2F | 4D |
| Octal | 335 | 251 | 340 | 1 | 31 | 0 | 14 | 451 | 57 | 115 |
| Binary | 11011101 | 10101001 | 11100000 | 1 | 11001 | 0 | 1100 | 100101001 | 101111 | 1001101 |
Color Harmonies of #DDA9E0
Complementary color
Monochromatic Colors of #DDA9E0
Black with #DDA9E0
Text Example
Text Example
White with #DDA9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9E0; }
p { color: rgb(221,169,224); }
H1.HeaderClassName
{
color: #DDA9E0;
}
.AnyTagClassName
{
color: #DDA9E0;
}
</style>
background-color css
<style>
a { background-color: #DDA9E0; }
a { background-color: rgb(221,169,224); }
div.DivClassName
{
background-color: #DDA9E0;
}
.BgClassName
{
background-color: #DDA9E0;
}
</style>
border-color css
<style>
span { border-color: #DDA9E0; }
span { border-color: rgb(221,169,224); }
td.TdClassName
{
border-color: #DDA9E0;
}
.TagClassName
{
border-color: #DDA9E0;
}
</style>