#DE9EDC

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

Shades of Plum #DE9EDC

Tints of Plum #DE9EDC

Color information

#DE9EDC (or 0xDE9EDC) is unknown color: approx Plum. HEX triplet: DE, 9E and DC. RGB value is (222,158,220). Sum of RGB (Red+Green+Blue) = 222+158+220=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9EDC is #216123. Grayscale: #B8B8B8. Windows color (decimal): -2187556 or 14458590. OLE color: 14458590.

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

Color convert

RGB222158220-
CMYK00.290.010.13
HSL301.88º49.23%74.51%-
HSV(B)301.88º28.83%87.06%-
XYZ55.2745.1573.51-
YUV184.2148.2154.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=37%
G=26.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215822000.290.010.13301.8849.2374.51
HexDE9EDC01D1D12e314b
Octal33623633403511545661113
Binary110111101001111011011100011101111011001011101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EDC; }

 p { color: rgb(222,158,220); }

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

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

 a { background-color: rgb(222,158,220); }

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

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

 span { border-color: rgb(222,158,220); }

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