#DDA6D9

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

Shades of Plum #DDA6D9

Tints of Plum #DDA6D9

Color information

#DDA6D9 (or 0xDDA6D9) is unknown color: approx Plum. HEX triplet: DD, A6 and D9. RGB value is (221,166,217). Sum of RGB (Red+Green+Blue) = 221+166+217=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D9 is #225926. Grayscale: #BCBCBC. Windows color (decimal): -2251047 or 14264029. OLE color: 14264029.

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

Color convert

RGB221166217-
CMYK00.250.020.13
HSL304.36º44.72%75.88%-
HSV(B)304.36º24.89%86.67%-
XYZ55.9847.6571.89-
YUV188.26144.22151.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=36.59%
G=27.48%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116621700.250.020.13304.3644.7275.88
HexDDA6D90192D1302d4c
Octal33524633103121546055114
Binary1101110110100110110110010110011011011001100001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6D9; }

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

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

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

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

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

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

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

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