#DDA2EA

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

Shades of Plum #DDA2EA

Tints of Plum #DDA2EA

Color information

#DDA2EA (or 0xDDA2EA) is unknown color: approx Plum. HEX triplet: DD, A2 and EA. RGB value is (221,162,234). Sum of RGB (Red+Green+Blue) = 221+162+234=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA2EA is #225D15. Grayscale: #BBBBBB. Windows color (decimal): -2252054 or 15377117. OLE color: 15377117.

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

Color convert

RGB221162234-
CMYK0.060.3100.08
HSL289.17º63.16%77.65%-
HSV(B)289.17º30.77%91.76%-
XYZ57.5947.1583.91-
YUV187.85154.05151.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 162 (63.67% from 255) = 26.26%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=35.82%
G=26.26%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211622340.060.3100.08289.1763.1677.65
HexDDA2EA61F081213f4e
Octal33524235263701044177116
Binary11011101101000101110101011011111010001001000011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2EA; }

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

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

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

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

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

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

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

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