#DDA2DD

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

Shades of Plum #DDA2DD

Tints of Plum #DDA2DD

Color information

#DDA2DD (or 0xDDA2DD) is unknown color: approx Plum. HEX triplet: DD, A2 and DD. RGB value is (221,162,221). Sum of RGB (Red+Green+Blue) = 221+162+221=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 162 (63.67% from 255 or 26.82% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2DD is #225D22. Grayscale: #BABABA. Windows color (decimal): -2252067 or 14525149. OLE color: 14525149.

HSL color Cylindrical-coordinate representation of color #DDA2DD: hue angle of 300º degrees, saturation: 0.46, 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 #DDA2DD is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221162221-
CMYK00.2700.13
HSL300º46.46%75.1%-
HSV(B)300º26.7%86.67%-
XYZ55.7946.4374.43-
YUV186.37147.55152.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 162 (63.67% from 255) = 26.82%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=36.59%
G=26.82%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116222100.2700.1330046.4675.1
HexDDA2DD01B0D12c2e4b
Octal33524233503301545456113
Binary110111011010001011011101011011011011001011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2DD; }

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

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

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

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

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

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

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

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