#DA89D6

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

Shades of Plum #DA89D6

Tints of Plum #DA89D6

Color information

#DA89D6 (or 0xDA89D6) is unknown color: approx Plum. HEX triplet: DA, 89 and D6. RGB value is (218,137,214). Sum of RGB (Red+Green+Blue) = 218+137+214=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89D6 is #257629. Grayscale: #A9A9A9. Windows color (decimal): -2455082 or 14059994. OLE color: 14059994.

HSL color Cylindrical-coordinate representation of color #DA89D6: hue angle of 302.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA89D6 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218137214-
CMYK00.370.020.15
HSL302.96º52.26%69.61%-
HSV(B)302.96º37.16%85.49%-
XYZ5037.6568.25-
YUV170152.84162.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 214 (83.98% from 255) = 37.61%
R=38.31%
G=24.08%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813721400.370.020.15302.9652.2669.61
HexDA89D60252F12f3446
Octal33221132604521745764106
Binary11011010100010011101011001001011011111001011111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89D6; }

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

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

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

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

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

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

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

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