#DDA2DB

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

Shades of Plum #DDA2DB

Tints of Plum #DDA2DB

Color information

#DDA2DB (or 0xDDA2DB) is unknown color: approx Plum. HEX triplet: DD, A2 and DB. RGB value is (221,162,219). Sum of RGB (Red+Green+Blue) = 221+162+219=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA2DB is #225D24. Grayscale: #B9B9B9. Windows color (decimal): -2252069 or 14394077. OLE color: 14394077.

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

Color convert

RGB221162219-
CMYK00.270.010.13
HSL302.03º46.46%75.1%-
HSV(B)302.03º26.7%86.67%-
XYZ55.5346.3373.03-
YUV186.14146.55152.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=36.71%
G=26.91%
B=36.38%

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
Decimal22116221900.270.010.13302.0346.4675.1
HexDDA2DB01B1D12e2e4b
Octal33524233303311545656113
Binary110111011010001011011011011011111011001011101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA2DB; }

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

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

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

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

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

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

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

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