#DDA4D5

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

Shades of Plum #DDA4D5

Tints of Plum #DDA4D5

Color information

#DDA4D5 (or 0xDDA4D5) is unknown color: approx Plum. HEX triplet: DD, A4 and D5. RGB value is (221,164,213). Sum of RGB (Red+Green+Blue) = 221+164+213=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4D5 is #225B2A. Grayscale: #BABABA. Windows color (decimal): -2251563 or 14001373. OLE color: 14001373.

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

Color convert

RGB221164213-
CMYK00.260.040.13
HSL308.42º45.6%75.49%-
HSV(B)308.42º25.79%86.67%-
XYZ55.146.7369.07-
YUV186.63142.88152.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 213 (83.59% from 255) = 35.62%
R=36.96%
G=27.42%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116421300.260.040.13308.4245.675.49
HexDDA4D501A4D1342e4b
Octal33524432503241546456113
Binary11011101101001001101010101101010011011001101001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4D5; }

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

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

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

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

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

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

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

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