#DDA5E9

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

Shades of Plum #DDA5E9

Tints of Plum #DDA5E9

Color information

#DDA5E9 (or 0xDDA5E9) is unknown color: approx Plum. HEX triplet: DD, A5 and E9. RGB value is (221,165,233). Sum of RGB (Red+Green+Blue) = 221+165+233=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDA5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5E9 is #225A16. Grayscale: #BDBDBD. Windows color (decimal): -2251287 or 15312349. OLE color: 15312349.

HSL color Cylindrical-coordinate representation of color #DDA5E9: hue angle of 289.41º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDA5E9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221165233-
CMYK0.050.2900.09
HSL289.41º60.71%78.04%-
HSV(B)289.41º29.18%91.37%-
XYZ57.9848.1783.33-
YUV189.5152.55150.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 165 (64.84% from 255) = 26.66%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=35.70%
G=26.66%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2211652330.050.2900.09289.4160.7178.04
HexDDA5E951D091213d4e
Octal33524535153501144175116
Binary11011101101001011110100110111101010011001000011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5E9; }

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

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

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

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

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

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

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

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