#DDA3DD

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

Shades of Plum #DDA3DD

Tints of Plum #DDA3DD

Color information

#DDA3DD (or 0xDDA3DD) is unknown color: approx Plum. HEX triplet: DD, A3 and DD. RGB value is (221,163,221). Sum of RGB (Red+Green+Blue) = 221+163+221=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA3DD is #225C22. Grayscale: #BABABA. Windows color (decimal): -2251811 or 14525405. OLE color: 14525405.

HSL color Cylindrical-coordinate representation of color #DDA3DD: 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 #DDA3DD is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221163221-
CMYK00.2600.13
HSL300º46.03%75.29%-
HSV(B)300º26.24%86.67%-
XYZ55.9746.7974.49-
YUV186.95147.22152.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=36.53%
G=26.94%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116322100.2600.1330046.0375.29
HexDDA3DD01A0D12c2e4b
Octal33524333503201545456113
Binary110111011010001111011101011010011011001011001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA3DD; }

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

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

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

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

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

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

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

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