#DDA4D2

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

Shades of Plum #DDA4D2

Tints of Plum #DDA4D2

Color information

#DDA4D2 (or 0xDDA4D2) is unknown color: approx Plum. HEX triplet: DD, A4 and D2. RGB value is (221,164,210). Sum of RGB (Red+Green+Blue) = 221+164+210=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 164 (64.45% from 255 or 27.56% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4D2 is #225B2D. Grayscale: #BABABA. Windows color (decimal): -2251566 or 13804765. OLE color: 13804765.

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

Color convert

RGB221164210-
CMYK00.260.050.13
HSL311.58º45.6%75.49%-
HSV(B)311.58º25.79%86.67%-
XYZ54.7346.5867.08-
YUV186.29141.38152.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 164 (64.45% from 255) = 27.56%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=37.14%
G=27.56%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116421000.260.050.13311.5845.675.49
HexDDA4D201A5D1382e4b
Octal33524432203251547056113
Binary11011101101001001101001001101010111011001110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4D2; }

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

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

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

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

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

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

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

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