#DDA6E5

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

Shades of Plum #DDA6E5

Tints of Plum #DDA6E5

Color information

#DDA6E5 (or 0xDDA6E5) is unknown color: approx Plum. HEX triplet: DD, A6 and E5. RGB value is (221,166,229). Sum of RGB (Red+Green+Blue) = 221+166+229=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDA6E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6E5 is #22591A. Grayscale: #BDBDBD. Windows color (decimal): -2251035 or 15050461. OLE color: 15050461.

HSL color Cylindrical-coordinate representation of color #DDA6E5: hue angle of 292.38º degrees, saturation: 0.55, 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 #DDA6E5 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221166229-
CMYK0.030.2800.10
HSL292.38º54.78%77.45%-
HSV(B)292.38º27.51%89.8%-
XYZ57.648.380.42-
YUV189.63150.22150.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 166 (65.23% from 255) = 26.95%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=35.88%
G=26.95%
B=37.18%

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
Decimal2211662290.030.2800.10292.3854.7877.45
HexDDA6E531C0A124374d
Octal33524634533401244467115
Binary1101110110100110111001011111100010101001001001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6E5; }

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

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

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

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

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

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

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

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