#DA89D9

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

Shades of Plum #DA89D9

Tints of Plum #DA89D9

Color information

#DA89D9 (or 0xDA89D9) is unknown color: approx Plum. HEX triplet: DA, 89 and D9. RGB value is (218,137,217). Sum of RGB (Red+Green+Blue) = 218+137+217=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89D9 is #257626. Grayscale: #AAAAAA. Windows color (decimal): -2455079 or 14256602. OLE color: 14256602.

HSL color Cylindrical-coordinate representation of color #DA89D9: hue angle of 300.74º 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 #DA89D9 is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218137217-
CMYK00.370.000.15
HSL300.74º52.26%69.61%-
HSV(B)300.74º37.16%85.49%-
XYZ50.3837.8170.29-
YUV170.34154.34162-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=38.11%
G=23.95%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813721700.370.000.15300.7452.2669.61
HexDA89D90250F12d3446
Octal33221133104501745564106
Binary1101101010001001110110010100101011111001011011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89D9; }

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

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

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

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

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

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

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

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