#DDA5EA

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

Shades of Plum #DDA5EA

Tints of Plum #DDA5EA

Color information

#DDA5EA (or 0xDDA5EA) is unknown color: approx Plum. HEX triplet: DD, A5 and EA. RGB value is (221,165,234). Sum of RGB (Red+Green+Blue) = 221+165+234=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5EA is #225A15. Grayscale: #BDBDBD. Windows color (decimal): -2251286 or 15377885. OLE color: 15377885.

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

Color convert

RGB221165234-
CMYK0.060.2900.08
HSL288.7º62.16%78.24%-
HSV(B)288.7º29.49%91.76%-
XYZ58.1348.2284.09-
YUV189.61153.05150.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 165 (64.84% from 255) = 26.61%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=35.65%
G=26.61%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211652340.060.2900.08288.762.1678.24
HexDDA5EA61D081213e4e
Octal33524535263501044176116
Binary11011101101001011110101011011101010001001000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5EA; }

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

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

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

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

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

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

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

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