#DDAADD

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

Shades of Plum #DDAADD

Tints of Plum #DDAADD

Color information

#DDAADD (or 0xDDAADD) is unknown color: approx Plum. HEX triplet: DD, AA and DD. RGB value is (221,170,221). Sum of RGB (Red+Green+Blue) = 221+170+221=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAADD is #225522. Grayscale: #BEBEBE. Windows color (decimal): -2250019 or 14527197. OLE color: 14527197.

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

Color convert

RGB221170221-
CMYK00.2300.13
HSL300º42.86%76.67%-
HSV(B)300º23.08%86.67%-
XYZ57.2449.3474.91-
YUV191.06144.9149.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=36.11%
G=27.78%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117022100.2300.1330042.8676.67
HexDDAADD0170D12c2b4d
Octal33525233502701545453115
Binary110111011010101011011101010111011011001011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAADD; }

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

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

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

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

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

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

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

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