#DE9BEB

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

Shades of Plum #DE9BEB

Tints of Plum #DE9BEB

Color information

#DE9BEB (or 0xDE9BEB) is unknown color: approx Plum. HEX triplet: DE, 9B and EB. RGB value is (222,155,235). Sum of RGB (Red+Green+Blue) = 222+155+235=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BEB is #216414. Grayscale: #B7B7B7. Windows color (decimal): -2188309 or 15440862. OLE color: 15440862.

HSL color Cylindrical-coordinate representation of color #DE9BEB: hue angle of 290.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9BEB is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222155235-
CMYK0.060.3400.08
HSL290.25º66.67%76.47%-
HSV(B)290.25º34.04%92.16%-
XYZ56.8444.9784.28-
YUV184.15156.7155-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=36.27%
G=25.33%
B=38.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221552350.060.3400.08290.2566.6776.47
HexDE9BEB62208122434c
Octal336233353642010442103114
Binary1101111010011011111010111101000100100010010001010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BEB; }

 p { color: rgb(222,155,235); }

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

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

 a { background-color: rgb(222,155,235); }

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

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

 span { border-color: rgb(222,155,235); }

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