#DDA7DC

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

Shades of Plum #DDA7DC

Tints of Plum #DDA7DC

Color information

#DDA7DC (or 0xDDA7DC) is unknown color: approx Plum. HEX triplet: DD, A7 and DC. RGB value is (221,167,220). Sum of RGB (Red+Green+Blue) = 221+167+220=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7DC is #225823. Grayscale: #BDBDBD. Windows color (decimal): -2250788 or 14460893. OLE color: 14460893.

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

Color convert

RGB221167220-
CMYK00.240.000.13
HSL301.11º44.26%76.08%-
HSV(B)301.11º24.43%86.67%-
XYZ56.5648.1874.03-
YUV189.19145.39150.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=36.35%
G=27.47%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116722000.240.000.13301.1144.2676.08
HexDDA7DC0180D12d2c4c
Octal33524733403001545554114
Binary110111011010011111011100011000011011001011011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7DC; }

 p { color: rgb(221,167,220); }

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

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

 a { background-color: rgb(221,167,220); }

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

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

 span { border-color: rgb(221,167,220); }

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