#DA89DE

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

Shades of Plum #DA89DE

Tints of Plum #DA89DE

Color information

#DA89DE (or 0xDA89DE) is unknown color: approx Plum. HEX triplet: DA, 89 and DE. RGB value is (218,137,222). Sum of RGB (Red+Green+Blue) = 218+137+222=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89DE is #257621. Grayscale: #AAAAAA. Windows color (decimal): -2455074 or 14584282. OLE color: 14584282.

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

Color convert

RGB218137222-
CMYK0.020.3800.13
HSL297.18º56.29%70.39%-
HSV(B)297.18º38.29%87.06%-
XYZ51.0438.0773.77-
YUV170.91156.84161.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 137 (53.91% from 255) = 23.74%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=37.78%
G=23.74%
B=38.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181372220.020.3800.13297.1856.2970.39
HexDA89DE2260D1293846
Octal33221133624601545170106
Binary11011010100010011101111010100110011011001010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89DE; }

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

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

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

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

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

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

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

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