#DDA7D5

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

Shades of Plum #DDA7D5

Tints of Plum #DDA7D5

Color information

#DDA7D5 (or 0xDDA7D5) is unknown color: approx Plum. HEX triplet: DD, A7 and D5. RGB value is (221,167,213). Sum of RGB (Red+Green+Blue) = 221+167+213=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 167 (65.62% from 255 or 27.79% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7D5 is #22582A. Grayscale: #BCBCBC. Windows color (decimal): -2250795 or 14002141. OLE color: 14002141.

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

Color convert

RGB221167213-
CMYK00.240.040.13
HSL308.89º44.26%76.08%-
HSV(B)308.89º24.43%86.67%-
XYZ55.6547.8169.25-
YUV188.39141.89151.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 167 (65.62% from 255) = 27.79%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=36.77%
G=27.79%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116721300.240.040.13308.8944.2676.08
HexDDA7D50184D1352c4c
Octal33524732503041546554114
Binary11011101101001111101010101100010011011001101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7D5; }

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

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

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

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

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

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

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

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