#dea5e5

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

Shades of Plum #DEA5E5

Tints of Plum #DEA5E5

Color information

#DEA5E5 (or 0xDEA5E5) is unknown color: approx Plum. HEX triplet: DE, A5 and E5. RGB value is (222,165,229). Sum of RGB (Red+Green+Blue) = 222+165+229=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEA5E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5E5 is #215A1A. Grayscale: #BDBDBD. Windows color (decimal): -2185755 or 15050206. OLE color: 15050206.

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

Color convert

RGB222165229-
CMYK0.030.2800.10
HSL293.44º55.17%77.25%-
HSV(B)293.44º27.95%89.8%-
XYZ57.7248.180.37-
YUV189.34150.38151.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.04%
GREEN value IS 165 (64.84% from 255) = 26.79%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=36.04%
G=26.79%
B=37.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221652290.030.2800.10293.4455.1777.25
HexDEA5E531C0A125374d
Octal33624534533401244567115
Binary1101111010100101111001011111100010101001001011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dea5e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dea5e5; }

 p { color: rgb(222,165,229); }

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

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

 a { background-color: rgb(222,165,229); }

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

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

 span { border-color: rgb(222,165,229); }

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