#DDA1DC

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

Shades of Plum #DDA1DC

Tints of Plum #DDA1DC

Color information

#DDA1DC (or 0xDDA1DC) is unknown color: approx Plum. HEX triplet: DD, A1 and DC. RGB value is (221,161,220). Sum of RGB (Red+Green+Blue) = 221+161+220=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1DC is #225E23. Grayscale: #B9B9B9. Windows color (decimal): -2252324 or 14459357. OLE color: 14459357.

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

Color convert

RGB221161220-
CMYK00.270.000.13
HSL301º46.88%74.9%-
HSV(B)301º27.15%86.67%-
XYZ55.4846.0373.67-
YUV185.67147.38153.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=36.71%
G=26.74%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116122000.270.000.1330146.8874.9
HexDDA1DC01B0D12d2f4b
Octal33524133403301545557113
Binary110111011010000111011100011011011011001011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1DC; }

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

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

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

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

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

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

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

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