#DDA4D7

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

Shades of Plum #DDA4D7

Tints of Plum #DDA4D7

Color information

#DDA4D7 (or 0xDDA4D7) is unknown color: approx Plum. HEX triplet: DD, A4 and D7. RGB value is (221,164,215). Sum of RGB (Red+Green+Blue) = 221+164+215=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4D7 is #225B28. Grayscale: #BABABA. Windows color (decimal): -2251561 or 14132445. OLE color: 14132445.

HSL color Cylindrical-coordinate representation of color #DDA4D7: hue angle of 306.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDA4D7 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221164215-
CMYK00.260.030.13
HSL306.32º45.6%75.49%-
HSV(B)306.32º25.79%86.67%-
XYZ55.3646.8370.41-
YUV186.86143.88152.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 164 (64.45% from 255) = 27.33%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=36.83%
G=27.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116421500.260.030.13306.3245.675.49
HexDDA4D701A3D1322e4b
Octal33524432703231546256113
Binary1101110110100100110101110110101111011001100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4D7; }

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

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

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

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

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

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

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

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