#DE9DDC

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

Shades of Plum #DE9DDC

Tints of Plum #DE9DDC

Color information

#DE9DDC (or 0xDE9DDC) is unknown color: approx Plum. HEX triplet: DE, 9D and DC. RGB value is (222,157,220). Sum of RGB (Red+Green+Blue) = 222+157+220=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DDC is #216223. Grayscale: #B7B7B7. Windows color (decimal): -2187812 or 14458334. OLE color: 14458334.

HSL color Cylindrical-coordinate representation of color #DE9DDC: hue angle of 301.85º 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 #DE9DDC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222157220-
CMYK00.290.010.13
HSL301.85º49.62%74.31%-
HSV(B)301.85º29.28%87.06%-
XYZ55.144.8173.46-
YUV183.62148.53155.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=37.06%
G=26.21%
B=36.73%

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
Decimal22215722000.290.010.13301.8549.6274.31
HexDE9DDC01D1D12e324a
Octal33623533403511545662112
Binary110111101001110111011100011101111011001011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DDC; }

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

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

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

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

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

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

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

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