#DE9DEC

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

Shades of Plum #DE9DEC

Tints of Plum #DE9DEC

Color information

#DE9DEC (or 0xDE9DEC) is unknown color: approx Plum. HEX triplet: DE, 9D and EC. RGB value is (222,157,236). Sum of RGB (Red+Green+Blue) = 222+157+236=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE9DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DEC is #216213. Grayscale: #B9B9B9. Windows color (decimal): -2187796 or 15506910. OLE color: 15506910.

HSL color Cylindrical-coordinate representation of color #DE9DEC: hue angle of 289.37º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9DEC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222157236-
CMYK0.060.3300.07
HSL289.37º67.52%77.06%-
HSV(B)289.37º33.47%92.55%-
XYZ57.3245.785.16-
YUV185.44156.53154.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 157 (61.72% from 255) = 25.53%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=36.10%
G=25.53%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221572360.060.3300.07289.3767.5277.06
HexDE9DEC62107121444d
Octal33623535464107441104115
Binary110111101001110111101100110100001011110010000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DEC; }

 p { color: rgb(222,157,236); }

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

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

 a { background-color: rgb(222,157,236); }

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

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

 span { border-color: rgb(222,157,236); }

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