#DE9FED

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

Shades of Plum #DE9FED

Tints of Plum #DE9FED

Color information

#DE9FED (or 0xDE9FED) is unknown color: approx Plum. HEX triplet: DE, 9F and ED. RGB value is (222,159,237). Sum of RGB (Red+Green+Blue) = 222+159+237=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FED is #216012. Grayscale: #BABABA. Windows color (decimal): -2187283 or 15572958. OLE color: 15572958.

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

Color convert

RGB222159237-
CMYK0.060.3300.07
HSL288.46º68.42%77.65%-
HSV(B)288.46º32.91%92.94%-
XYZ57.8146.4486.04-
YUV186.73156.37153.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.92%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=35.92%
G=25.73%
B=38.35%

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
Decimal2221592370.060.3300.07288.4668.4277.65
HexDE9FED62107120444e
Octal33623735564107440104116
Binary110111101001111111101101110100001011110010000010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FED; }

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

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

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

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

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

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

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

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