#DDA6D7

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

Shades of Plum #DDA6D7

Tints of Plum #DDA6D7

Color information

#DDA6D7 (or 0xDDA6D7) is unknown color: approx Plum. HEX triplet: DD, A6 and D7. RGB value is (221,166,215). Sum of RGB (Red+Green+Blue) = 221+166+215=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6D7 is #225928. Grayscale: #BBBBBB. Windows color (decimal): -2251049 or 14132957. OLE color: 14132957.

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

Color convert

RGB221166215-
CMYK00.250.030.13
HSL306.55º44.72%75.88%-
HSV(B)306.55º24.89%86.67%-
XYZ55.7247.5570.53-
YUV188.03143.22151.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 166 (65.23% from 255) = 27.57%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=36.71%
G=27.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116621500.250.030.13306.5544.7275.88
HexDDA6D70193D1332d4c
Octal33524632703131546355114
Binary1101110110100110110101110110011111011001100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6D7; }

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

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

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

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

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

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

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

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