#DDA4D9

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

Shades of Plum #DDA4D9

Tints of Plum #DDA4D9

Color information

#DDA4D9 (or 0xDDA4D9) is unknown color: approx Plum. HEX triplet: DD, A4 and D9. RGB value is (221,164,217). Sum of RGB (Red+Green+Blue) = 221+164+217=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4D9 is #225B26. Grayscale: #BABABA. Windows color (decimal): -2251559 or 14263517. OLE color: 14263517.

HSL color Cylindrical-coordinate representation of color #DDA4D9: hue angle of 304.21º 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 #DDA4D9 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221164217-
CMYK00.260.020.13
HSL304.21º45.6%75.49%-
HSV(B)304.21º25.79%86.67%-
XYZ55.6246.9371.77-
YUV187.08144.88152.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 217 (85.16% from 255) = 36.05%
R=36.71%
G=27.24%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116421700.260.020.13304.2145.675.49
HexDDA4D901A2D1302e4b
Octal33524433103221546056113
Binary1101110110100100110110010110101011011001100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4D9; }

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

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

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

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

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

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

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

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