#DE9BE1

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

Shades of Plum #DE9BE1

Tints of Plum #DE9BE1

Color information

#DE9BE1 (or 0xDE9BE1) is unknown color: approx Plum. HEX triplet: DE, 9B and E1. RGB value is (222,155,225). Sum of RGB (Red+Green+Blue) = 222+155+225=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BE1 is #21641E. Grayscale: #B6B6B6. Windows color (decimal): -2188319 or 14785502. OLE color: 14785502.

HSL color Cylindrical-coordinate representation of color #DE9BE1: hue angle of 297.43º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9BE1 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222155225-
CMYK0.010.3100.12
HSL297.43º53.85%74.51%-
HSV(B)297.43º31.11%88.24%-
XYZ55.4444.4176.88-
YUV183.01151.7155.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.88%
GREEN value IS 155 (60.94% from 255) = 25.75%
BLUE value IS 225 (88.28% from 255) = 37.38%
R=36.88%
G=25.75%
B=37.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221552250.010.3100.12297.4353.8574.51
HexDE9BE111F0C129364b
Octal33623334113701445166113
Binary110111101001101111100001111111011001001010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9BE1; }

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

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

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

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

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

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

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

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