#DE9DDE

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

Shades of Plum #DE9DDE

Tints of Plum #DE9DDE

Color information

#DE9DDE (or 0xDE9DDE) is unknown color: approx Plum. HEX triplet: DE, 9D and DE. RGB value is (222,157,222). Sum of RGB (Red+Green+Blue) = 222+157+222=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DDE is #216221. Grayscale: #B7B7B7. Windows color (decimal): -2187810 or 14589406. OLE color: 14589406.

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

Color convert

RGB222157222-
CMYK00.2900.13
HSL300º49.62%74.31%-
HSV(B)300º29.28%87.06%-
XYZ55.3744.9274.86-
YUV183.84149.53155.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=36.94%
G=26.12%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215722200.2900.1330049.6274.31
HexDE9DDE01D0D12c324a
Octal33623533603501545462112
Binary110111101001110111011110011101011011001011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DDE; }

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

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

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

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

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

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

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

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