#DC89DE

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

Shades of Plum #DC89DE

Tints of Plum #DC89DE

Color information

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

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

Color convert

RGB220137222-
CMYK0.010.3800.13
HSL298.59º56.29%70.39%-
HSV(B)298.59º38.29%87.06%-
XYZ51.6538.3873.79-
YUV171.51156.5162.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201372220.010.3800.13298.5956.2970.39
HexDC89DE1260D12b3846
Octal33421133614601545370106
Binary1101110010001001110111101100110011011001010111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC89DE; }

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

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

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

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

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

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

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

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