#DDA9E1

Color #DDA9E1 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DDA9E1

Tints of Plum #DDA9E1

Color information

#DDA9E1 (or 0xDDA9E1) is unknown color: approx Plum. HEX triplet: DD, A9 and E1. RGB value is (221,169,225). Sum of RGB (Red+Green+Blue) = 221+169+225=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDA9E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9E1 is #22561E. Grayscale: #BEBEBE. Windows color (decimal): -2250271 or 14789085. OLE color: 14789085.

HSL color Cylindrical-coordinate representation of color #DDA9E1: hue angle of 295.71º degrees, saturation: 0.48, 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 #DDA9E1 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221169225-
CMYK0.020.2500.12
HSL295.71º48.28%77.25%-
HSV(B)295.71º24.89%88.24%-
XYZ57.649.1877.69-
YUV190.93147.23149.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=35.93%
G=27.48%
B=36.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211692250.020.2500.12295.7148.2877.25
HexDDA9E12190C128304d
Octal33525134123101445060115
Binary1101110110101001111000011011001011001001010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA9E1; }

 p { color: rgb(221,169,225); }

 H1.HeaderClassName
 {
   color: #DDA9E1;
 }
 .AnyTagClassName
 {
   color: #DDA9E1;
 }
</style>
background-color css

<style>
 a { background-color: #DDA9E1; }

 a { background-color: rgb(221,169,225); }

 div.DivClassName
 {
   background-color: #DDA9E1;
 }
 .BgClassName
 {
   background-color: #DDA9E1;
 }
</style>
border-color css

<style>
 span { border-color: #DDA9E1; }

 span { border-color: rgb(221,169,225); }

 td.TdClassName
 {
   border-color: #DDA9E1;
 }
 .TagClassName
 {
   border-color: #DDA9E1;
 }
</style>