#DE9BE2

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

Shades of Plum #DE9BE2

Tints of Plum #DE9BE2

Color information

#DE9BE2 (or 0xDE9BE2) is unknown color: approx Plum. HEX triplet: DE, 9B and E2. RGB value is (222,155,226). Sum of RGB (Red+Green+Blue) = 222+155+226=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE9BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BE2 is #21641D. Grayscale: #B6B6B6. Windows color (decimal): -2188318 or 14851038. OLE color: 14851038.

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

Color convert

RGB222155226-
CMYK0.020.3100.11
HSL296.62º55.04%74.71%-
HSV(B)296.62º31.42%88.63%-
XYZ55.5744.4677.6-
YUV183.13152.2155.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 226 (88.67% from 255) = 37.48%
R=36.82%
G=25.70%
B=37.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221552260.020.3100.11296.6255.0474.71
HexDE9BE221F0B129374b
Octal33623334223701345167113
Binary1101111010011011111000101011111010111001010011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BE2; }

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

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

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

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

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

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

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

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