#DE9FEA

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

Shades of Plum #DE9FEA

Tints of Plum #DE9FEA

Color information

#DE9FEA (or 0xDE9FEA) is unknown color: approx Plum. HEX triplet: DE, 9F and EA. RGB value is (222,159,234). Sum of RGB (Red+Green+Blue) = 222+159+234=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FEA is #216015. Grayscale: #BABABA. Windows color (decimal): -2187286 or 15376350. OLE color: 15376350.

HSL color Cylindrical-coordinate representation of color #DE9FEA: hue angle of 290.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9FEA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222159234-
CMYK0.050.3200.08
HSL290.4º64.1%77.06%-
HSV(B)290.4º32.05%91.76%-
XYZ57.3746.2783.75-
YUV186.39154.87153.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 159 (62.5% from 255) = 25.85%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=36.10%
G=25.85%
B=38.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221592340.050.3200.08290.464.177.06
HexDE9FEA52008122404d
Octal336237352540010442100115
Binary1101111010011111111010101011000000100010010001010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FEA; }

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

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

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

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

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

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

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

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