#DE9DDD

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

Shades of Plum #DE9DDD

Tints of Plum #DE9DDD

Color information

#DE9DDD (or 0xDE9DDD) is unknown color: approx Plum. HEX triplet: DE, 9D and DD. RGB value is (222,157,221). Sum of RGB (Red+Green+Blue) = 222+157+221=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DDD is #216222. Grayscale: #B7B7B7. Windows color (decimal): -2187811 or 14523870. OLE color: 14523870.

HSL color Cylindrical-coordinate representation of color #DE9DDD: hue angle of 300.92º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DDD is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222157221-
CMYK00.290.000.13
HSL300.92º49.62%74.31%-
HSV(B)300.92º29.28%87.06%-
XYZ55.2344.8674.16-
YUV183.73149.03155.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=37%
G=26.17%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215722100.290.000.13300.9249.6274.31
HexDE9DDD01D0D12d324a
Octal33623533503501545562112
Binary110111101001110111011101011101011011001011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DDD; }

 p { color: rgb(222,157,221); }

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

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

 a { background-color: rgb(222,157,221); }

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

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

 span { border-color: rgb(222,157,221); }

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