#DE89DE

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

Shades of Plum #DE89DE

Tints of Plum #DE89DE

Color information

#DE89DE (or 0xDE89DE) is unknown color: approx Plum. HEX triplet: DE, 89 and DE. RGB value is (222,137,222). Sum of RGB (Red+Green+Blue) = 222+137+222=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 137 (53.91% from 255 or 23.58% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89DE is #217621. Grayscale: #ABABAB. Windows color (decimal): -2192930 or 14584286. OLE color: 14584286.

HSL color Cylindrical-coordinate representation of color #DE89DE: hue angle of 300º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE89DE is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222137222-
CMYK00.3800.13
HSL300º56.29%70.39%-
HSV(B)300º38.29%87.06%-
XYZ52.2538.6973.82-
YUV172.1156.16163.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 137 (53.91% from 255) = 23.58%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=38.21%
G=23.58%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213722200.3800.1330056.2970.39
HexDE89DE0260D12c3846
Octal33621133604601545470106
Binary1101111010001001110111100100110011011001011001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89DE; }

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

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

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

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

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

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

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

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