#DDA5DA

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

Shades of Plum #DDA5DA

Tints of Plum #DDA5DA

Color information

#DDA5DA (or 0xDDA5DA) is unknown color: approx Plum. HEX triplet: DD, A5 and DA. RGB value is (221,165,218). Sum of RGB (Red+Green+Blue) = 221+165+218=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5DA is #225A25. Grayscale: #BBBBBB. Windows color (decimal): -2251302 or 14329309. OLE color: 14329309.

HSL color Cylindrical-coordinate representation of color #DDA5DA: hue angle of 303.21º 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 #DDA5DA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221165218-
CMYK00.250.010.13
HSL303.21º45.16%75.69%-
HSV(B)303.21º25.34%86.67%-
XYZ55.9347.3472.52-
YUV187.79145.05151.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=36.59%
G=27.32%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116521800.250.010.13303.2145.1675.69
HexDDA5DA0191D12f2d4c
Octal33524533203111545755114
Binary110111011010010111011010011001111011001011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5DA; }

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

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

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

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

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

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

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

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