#DDA1DB

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

Shades of Plum #DDA1DB

Tints of Plum #DDA1DB

Color information

#DDA1DB (or 0xDDA1DB) is unknown color: approx Plum. HEX triplet: DD, A1 and DB. RGB value is (221,161,219). Sum of RGB (Red+Green+Blue) = 221+161+219=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA1DB is #225E24. Grayscale: #B9B9B9. Windows color (decimal): -2252325 or 14393821. OLE color: 14393821.

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

Color convert

RGB221161219-
CMYK00.270.010.13
HSL302º46.88%74.9%-
HSV(B)302º27.15%86.67%-
XYZ55.3545.9872.97-
YUV185.55146.88153.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=36.77%
G=26.79%
B=36.44%

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
Decimal22116121900.270.010.1330246.8874.9
HexDDA1DB01B1D12e2f4b
Octal33524133303311545657113
Binary110111011010000111011011011011111011001011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA1DB; }

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

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

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

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

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

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

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

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