#DE9FEC

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

Shades of Plum #DE9FEC

Tints of Plum #DE9FEC

Color information

#DE9FEC (or 0xDE9FEC) is unknown color: approx Plum. HEX triplet: DE, 9F and EC. RGB value is (222,159,236). Sum of RGB (Red+Green+Blue) = 222+159+236=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FEC is #216013. Grayscale: #BABABA. Windows color (decimal): -2187284 or 15507422. OLE color: 15507422.

HSL color Cylindrical-coordinate representation of color #DE9FEC: hue angle of 289.09º degrees, saturation: 0.67, 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 #DE9FEC is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222159236-
CMYK0.060.3300.07
HSL289.09º66.96%77.45%-
HSV(B)289.09º32.63%92.55%-
XYZ57.6646.3885.27-
YUV186.62155.87153.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 159 (62.5% from 255) = 25.77%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=35.98%
G=25.77%
B=38.25%

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
Decimal2221592360.060.3300.07289.0966.9677.45
HexDE9FEC62107121434d
Octal33623735464107441103115
Binary110111101001111111101100110100001011110010000110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FEC; }

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

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

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

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

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

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

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

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