#DDA7E0

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

Shades of Plum #DDA7E0

Tints of Plum #DDA7E0

Color information

#DDA7E0 (or 0xDDA7E0) is unknown color: approx Plum. HEX triplet: DD, A7 and E0. RGB value is (221,167,224). Sum of RGB (Red+Green+Blue) = 221+167+224=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7E0 is #22581F. Grayscale: #BDBDBD. Windows color (decimal): -2250784 or 14723037. OLE color: 14723037.

HSL color Cylindrical-coordinate representation of color #DDA7E0: hue angle of 296.84º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA7E0 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB221167224-
CMYK0.010.2500.12
HSL296.84º47.9%76.67%-
HSV(B)296.84º25.45%87.84%-
XYZ57.0948.3976.85-
YUV189.64147.39150.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=36.11%
G=27.29%
B=36.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2211672240.010.2500.12296.8447.976.67
HexDDA7E01190C129304d
Octal33524734013101445160115
Binary110111011010011111100000111001011001001010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7E0; }

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

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

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

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

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

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

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

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