#DE89DC

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

Shades of Plum #DE89DC

Tints of Plum #DE89DC

Color information

#DE89DC (or 0xDE89DC) is unknown color: approx Plum. HEX triplet: DE, 89 and DC. RGB value is (222,137,220). Sum of RGB (Red+Green+Blue) = 222+137+220=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89DC is #217623. Grayscale: #ABABAB. Windows color (decimal): -2192932 or 14453214. OLE color: 14453214.

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

Color convert

RGB222137220-
CMYK00.380.010.13
HSL301.41º56.29%70.39%-
HSV(B)301.41º38.29%87.06%-
XYZ51.9938.5972.42-
YUV171.88155.16163.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 137 (53.91% from 255) = 23.66%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=38.34%
G=23.66%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213722000.380.010.13301.4156.2970.39
HexDE89DC0261D12d3846
Octal33621133404611545570106
Binary1101111010001001110111000100110111011001011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE89DC; }

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

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

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

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

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

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

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

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