#DDA4E5

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

Shades of Plum #DDA4E5

Tints of Plum #DDA4E5

Color information

#DDA4E5 (or 0xDDA4E5) is unknown color: approx Plum. HEX triplet: DD, A4 and E5. RGB value is (221,164,229). Sum of RGB (Red+Green+Blue) = 221+164+229=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4E5 is #225B1A. Grayscale: #BCBCBC. Windows color (decimal): -2251547 or 15049949. OLE color: 15049949.

HSL color Cylindrical-coordinate representation of color #DDA4E5: hue angle of 292.62º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA4E5 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221164229-
CMYK0.030.2800.10
HSL292.62º55.56%77.06%-
HSV(B)292.62º28.38%89.8%-
XYZ57.2447.5880.3-
YUV188.45150.88151.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=35.99%
G=26.71%
B=37.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211642290.030.2800.10292.6255.5677.06
HexDDA4E531C0A125384d
Octal33524434533401244570115
Binary1101110110100100111001011111100010101001001011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4E5; }

 p { color: rgb(221,164,229); }

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

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

 a { background-color: rgb(221,164,229); }

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

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

 span { border-color: rgb(221,164,229); }

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