#DE9FE7

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

Shades of Plum #DE9FE7

Tints of Plum #DE9FE7

Color information

#DE9FE7 (or 0xDE9FE7) is unknown color: approx Plum. HEX triplet: DE, 9F and E7. RGB value is (222,159,231). Sum of RGB (Red+Green+Blue) = 222+159+231=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE9FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9FE7 is #216018. Grayscale: #B9B9B9. Windows color (decimal): -2187289 or 15179742. OLE color: 15179742.

HSL color Cylindrical-coordinate representation of color #DE9FE7: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9FE7 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222159231-
CMYK0.040.3100.09
HSL292.5º60%76.47%-
HSV(B)292.5º31.17%90.59%-
XYZ56.9546.181.5-
YUV186.04153.37153.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=36.27%
G=25.98%
B=37.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221592310.040.3100.09292.56076.47
HexDE9FE741F091243c4c
Octal33623734743701144474114
Binary11011110100111111110011110011111010011001001001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9FE7; }

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

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

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

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

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

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

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

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