#DDA1E5

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

Shades of Plum #DDA1E5

Tints of Plum #DDA1E5

Color information

#DDA1E5 (or 0xDDA1E5) is unknown color: approx 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

RGB221161229-
CMYK0.030.3000.10
HSL292.94º56.67%76.47%-
HSV(B)292.94º29.69%89.8%-
XYZ56.7146.5280.12-
YUV186.69151.88152.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 161 (63.28% from 255) = 26.35%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=36.17%
G=26.35%
B=37.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211612290.030.3000.10292.9456.6776.47
HexDDA1E531E0A125394c
Octal33524134533601244571114
Binary1101110110100001111001011111110010101001001011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>