#DDA1DA

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

Shades of Plum #DDA1DA

Tints of Plum #DDA1DA

Color information

#DDA1DA (or 0xDDA1DA) is unknown color: approx Plum. HEX triplet: DD, A1 and DA. RGB value is (221,161,218). Sum of RGB (Red+Green+Blue) = 221+161+218=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1DA is #225E25. Grayscale: #B9B9B9. Windows color (decimal): -2252326 or 14328285. OLE color: 14328285.

HSL color Cylindrical-coordinate representation of color #DDA1DA: hue angle of 303º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDA1DA is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221161218-
CMYK00.270.010.13
HSL303º46.88%74.9%-
HSV(B)303º27.15%86.67%-
XYZ55.2245.9272.28-
YUV185.44146.38153.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=36.83%
G=26.83%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116121800.270.010.1330346.8874.9
HexDDA1DA01B1D12f2f4b
Octal33524133203311545757113
Binary110111011010000111011010011011111011001011111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1DA; }

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

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

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

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

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

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

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

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