#DE9BEE

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

Shades of Plum #DE9BEE

Tints of Plum #DE9BEE

Color information

#DE9BEE (or 0xDE9BEE) is unknown color: approx Plum. HEX triplet: DE, 9B and EE. RGB value is (222,155,238). Sum of RGB (Red+Green+Blue) = 222+155+238=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE9BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9BEE is #216411. Grayscale: #B8B8B8. Windows color (decimal): -2188306 or 15637470. OLE color: 15637470.

HSL color Cylindrical-coordinate representation of color #DE9BEE: hue angle of 288.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9BEE is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222155238-
CMYK0.070.3500.07
HSL288.43º70.94%77.06%-
HSV(B)288.43º34.87%93.33%-
XYZ57.2845.1586.58-
YUV184.5158.2154.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=36.10%
G=25.20%
B=38.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221552380.070.3500.07288.4370.9477.06
HexDE9BEE72307120474d
Octal33623335674307440107115
Binary110111101001101111101110111100011011110010000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BEE; }

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

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

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

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

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

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

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

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