#DDA0DD

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

Shades of Plum #DDA0DD

Tints of Plum #DDA0DD

Color information

#DDA0DD (or 0xDDA0DD) is known color: Plum. HEX triplet: DD, A0 and DD. RGB value is (221,160,221). Sum of RGB (Red+Green+Blue) = 221+160+221=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA0DD is #225F22. Grayscale: #B9B9B9. Windows color (decimal): -2252579 or 14524637. OLE color: 14524637.

HSL color Cylindrical-coordinate representation of color #DDA0DD: hue angle of 300º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0DD is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221160221-
CMYK00.2800.13
HSL300º47.29%74.71%-
HSV(B)300º27.6%86.67%-
XYZ55.4445.7374.31-
YUV185.19148.21153.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=36.71%
G=26.58%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116022100.2800.1330047.2974.71
HexDDA0DD01C0D12c2f4b
Octal33524033503401545457113
Binary110111011010000011011101011100011011001011001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA0DD; }

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

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

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

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

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

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

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

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