#DDA0EA

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

Shades of Plum #DDA0EA

Tints of Plum #DDA0EA

Color information

#DDA0EA (or 0xDDA0EA) is unknown color: approx Plum. HEX triplet: DD, A0 and EA. RGB value is (221,160,234). Sum of RGB (Red+Green+Blue) = 221+160+234=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA0EA is #225F15. Grayscale: #BABABA. Windows color (decimal): -2252566 or 15376605. OLE color: 15376605.

HSL color Cylindrical-coordinate representation of color #DDA0EA: hue angle of 289.46º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDA0EA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221160234-
CMYK0.060.3200.08
HSL289.46º63.79%77.25%-
HSV(B)289.46º31.62%91.76%-
XYZ57.2446.4583.79-
YUV186.67154.71152.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 160 (62.89% from 255) = 26.02%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=35.93%
G=26.02%
B=38.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211602340.060.3200.08289.4663.7977.25
HexDDA0EA62008121404d
Octal335240352640010441100115
Binary1101110110100000111010101101000000100010010000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0EA; }

 p { color: rgb(221,160,234); }

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

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

 a { background-color: rgb(221,160,234); }

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

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

 span { border-color: rgb(221,160,234); }

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