#DDA7E4

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

Shades of Plum #DDA7E4

Tints of Plum #DDA7E4

Color information

#DDA7E4 (or 0xDDA7E4) is unknown color: approx Plum. HEX triplet: DD, A7 and E4. RGB value is (221,167,228). Sum of RGB (Red+Green+Blue) = 221+167+228=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7E4 is #22581B. Grayscale: #BDBDBD. Windows color (decimal): -2250780 or 14985181. OLE color: 14985181.

HSL color Cylindrical-coordinate representation of color #DDA7E4: hue angle of 293.11º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA7E4 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221167228-
CMYK0.030.2700.11
HSL293.11º53.04%77.45%-
HSV(B)293.11º26.75%89.41%-
XYZ57.6448.6179.74-
YUV190.1149.39150.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 167 (65.62% from 255) = 27.11%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=35.88%
G=27.11%
B=37.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211672280.030.2700.11293.1153.0477.45
HexDDA7E431B0B125354d
Octal33524734433301344565115
Binary1101110110100111111001001111011010111001001011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7E4; }

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

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

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

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

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

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

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

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