#DDABDA

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

Shades of Plum #DDABDA

Tints of Plum #DDABDA

Color information

#DDABDA (or 0xDDABDA) is unknown color: approx Plum. HEX triplet: DD, AB and DA. RGB value is (221,171,218). Sum of RGB (Red+Green+Blue) = 221+171+218=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABDA is #225425. Grayscale: #BFBFBF. Windows color (decimal): -2249766 or 14330845. OLE color: 14330845.

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

Color convert

RGB221171218-
CMYK00.230.010.13
HSL303.6º42.37%76.86%-
HSV(B)303.6º22.62%86.67%-
XYZ57.0449.5672.89-
YUV191.31143.06149.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=36.23%
G=28.03%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117121800.230.010.13303.642.3776.86
HexDDABDA0171D1302a4d
Octal33525333202711546052115
Binary110111011010101111011010010111111011001100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABDA; }

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

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

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

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

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

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

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

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