#DDA5DD

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

Shades of Plum #DDA5DD

Tints of Plum #DDA5DD

Color information

#DDA5DD (or 0xDDA5DD) is unknown color: approx Plum. HEX triplet: DD, A5 and DD. RGB value is (221,165,221). Sum of RGB (Red+Green+Blue) = 221+165+221=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DD is #225A22. Grayscale: #BBBBBB. Windows color (decimal): -2251299 or 14525917. OLE color: 14525917.

HSL color Cylindrical-coordinate representation of color #DDA5DD: hue angle of 300º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA5DD is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221165221-
CMYK00.2500.13
HSL300º45.16%75.69%-
HSV(B)300º25.34%86.67%-
XYZ56.3347.574.61-
YUV188.13146.55151.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=36.41%
G=27.18%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116522100.2500.1330045.1675.69
HexDDA5DD0190D12c2d4c
Octal33524533503101545455114
Binary110111011010010111011101011001011011001011001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5DD; }

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

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

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

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

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

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

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

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