#DDA4E4

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

Shades of Plum #DDA4E4

Tints of Plum #DDA4E4

Color information

#DDA4E4 (or 0xDDA4E4) is unknown color: approx Plum. HEX triplet: DD, A4 and E4. RGB value is (221,164,228). Sum of RGB (Red+Green+Blue) = 221+164+228=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDA4E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA4E4 is #225B1B. Grayscale: #BCBCBC. Windows color (decimal): -2251548 or 14984413. OLE color: 14984413.

HSL color Cylindrical-coordinate representation of color #DDA4E4: hue angle of 293.44º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA4E4 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB221164228-
CMYK0.030.2800.11
HSL293.44º54.24%76.86%-
HSV(B)293.44º28.07%89.41%-
XYZ57.147.5279.56-
YUV188.34150.38151.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=36.05%
G=26.75%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2211642280.030.2800.11293.4454.2476.86
HexDDA4E431C0B125364d
Octal33524434433401344566115
Binary1101110110100100111001001111100010111001001011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4E4; }

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

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

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

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

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

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

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

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