#DDA6D4

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

Shades of Plum #DDA6D4

Tints of Plum #DDA6D4

Color information

#DDA6D4 (or 0xDDA6D4) is unknown color: approx Plum. HEX triplet: DD, A6 and D4. RGB value is (221,166,212). Sum of RGB (Red+Green+Blue) = 221+166+212=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D4 is #22592B. Grayscale: #BBBBBB. Windows color (decimal): -2251052 or 13936349. OLE color: 13936349.

HSL color Cylindrical-coordinate representation of color #DDA6D4: hue angle of 309.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6D4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221166212-
CMYK00.250.040.13
HSL309.82º44.72%75.88%-
HSV(B)309.82º24.89%86.67%-
XYZ55.3447.468.52-
YUV187.69141.72151.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=36.89%
G=27.71%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116621200.250.040.13309.8244.7275.88
HexDDA6D40194D1362d4c
Octal33524632403141546655114
Binary11011101101001101101010001100110011011001101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6D4; }

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

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

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

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

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

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

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

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