#DE9FE2

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

Shades of Plum #DE9FE2

Tints of Plum #DE9FE2

Color information

#DE9FE2 (or 0xDE9FE2) is unknown color: approx Plum. HEX triplet: DE, 9F and E2. RGB value is (222,159,226). Sum of RGB (Red+Green+Blue) = 222+159+226=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE9FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FE2 is #21601D. Grayscale: #B9B9B9. Windows color (decimal): -2187294 or 14852062. OLE color: 14852062.

HSL color Cylindrical-coordinate representation of color #DE9FE2: hue angle of 296.42º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9FE2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222159226-
CMYK0.020.3000.11
HSL296.42º53.6%75.49%-
HSV(B)296.42º29.65%88.63%-
XYZ56.2545.8277.83-
YUV185.48150.87154.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=36.57%
G=26.19%
B=37.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221592260.020.3000.11296.4253.675.49
HexDE9FE221E0B128364b
Octal33623734223601345066113
Binary1101111010011111111000101011110010111001010001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FE2; }

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

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

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

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

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

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

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

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