#DE9CEC

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

Shades of Plum #DE9CEC

Tints of Plum #DE9CEC

Color information

#DE9CEC (or 0xDE9CEC) is unknown color: approx Plum. HEX triplet: DE, 9C and EC. RGB value is (222,156,236). Sum of RGB (Red+Green+Blue) = 222+156+236=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CEC is #216313. Grayscale: #B8B8B8. Windows color (decimal): -2188052 or 15506654. OLE color: 15506654.

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

Color convert

RGB222156236-
CMYK0.060.3400.07
HSL289.5º67.8%76.86%-
HSV(B)289.5º33.9%92.55%-
XYZ57.1545.3685.1-
YUV184.85156.87154.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=36.16%
G=25.41%
B=38.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221562360.060.3400.07289.567.876.86
HexDE9CEC62207122444d
Octal33623435464207442104115
Binary110111101001110011101100110100010011110010001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CEC; }

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

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

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

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

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

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

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

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