#DDA4ED

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

Shades of Plum #DDA4ED

Tints of Plum #DDA4ED

Color information

#DDA4ED (or 0xDDA4ED) is unknown color: approx Plum. HEX triplet: DD, A4 and ED. RGB value is (221,164,237). Sum of RGB (Red+Green+Blue) = 221+164+237=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4ED is #225B12. Grayscale: #BDBDBD. Windows color (decimal): -2251539 or 15574237. OLE color: 15574237.

HSL color Cylindrical-coordinate representation of color #DDA4ED: hue angle of 286.85º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDA4ED is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221164237-
CMYK0.070.3100.07
HSL286.85º66.97%78.63%-
HSV(B)286.85º30.8%92.94%-
XYZ58.3848.0486.32-
YUV189.36154.88150.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 164 (64.45% from 255) = 26.37%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=35.53%
G=26.37%
B=38.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211642370.070.3100.07286.8566.9778.63
HexDDA4ED71F0711f434f
Octal33524435573707437103117
Binary11011101101001001110110111111111011110001111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA4ED; }

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

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

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

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

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

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

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

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