#DDA4DD

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

Shades of Plum #DDA4DD

Tints of Plum #DDA4DD

Color information

#DDA4DD (or 0xDDA4DD) is unknown color: approx Plum. HEX triplet: DD, A4 and DD. RGB value is (221,164,221). Sum of RGB (Red+Green+Blue) = 221+164+221=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4DD is #225B22. Grayscale: #BBBBBB. Windows color (decimal): -2251555 or 14525661. OLE color: 14525661.

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

Color convert

RGB221164221-
CMYK00.2600.13
HSL300º45.6%75.49%-
HSV(B)300º25.79%86.67%-
XYZ56.1547.1474.55-
YUV187.54146.88151.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.47%
GREEN value IS 164 (64.45% from 255) = 27.06%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=36.47%
G=27.06%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116422100.2600.1330045.675.49
HexDDA4DD01A0D12c2e4b
Octal33524433503201545456113
Binary110111011010010011011101011010011011001011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4DD; }

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

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

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

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

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

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

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

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