#DDA4D4

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

Shades of Plum #DDA4D4

Tints of Plum #DDA4D4

Color information

#DDA4D4 (or 0xDDA4D4) is unknown color: approx Plum. HEX triplet: DD, A4 and D4. RGB value is (221,164,212). Sum of RGB (Red+Green+Blue) = 221+164+212=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4D4 is #225B2B. Grayscale: #BABABA. Windows color (decimal): -2251564 or 13935837. OLE color: 13935837.

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

Color convert

RGB221164212-
CMYK00.260.040.13
HSL309.47º45.6%75.49%-
HSV(B)309.47º25.79%86.67%-
XYZ54.9846.6868.4-
YUV186.52142.38152.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=37.02%
G=27.47%
B=35.51%

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
Decimal22116421200.260.040.13309.4745.675.49
HexDDA4D401A4D1352e4b
Octal33524432403241546556113
Binary11011101101001001101010001101010011011001101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4D4; }

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

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

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

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

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

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

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

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