#DA89DB

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

Shades of Plum #DA89DB

Tints of Plum #DA89DB

Color information

#DA89DB (or 0xDA89DB) is unknown color: approx Plum. HEX triplet: DA, 89 and DB. RGB value is (218,137,219). Sum of RGB (Red+Green+Blue) = 218+137+219=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89DB is #257624. Grayscale: #AAAAAA. Windows color (decimal): -2455077 or 14387674. OLE color: 14387674.

HSL color Cylindrical-coordinate representation of color #DA89DB: hue angle of 299.27º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA89DB is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218137219-
CMYK0.000.3700.14
HSL299.27º53.25%69.8%-
HSV(B)299.27º37.44%85.88%-
XYZ50.6537.9171.67-
YUV170.57155.34161.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 137 (53.91% from 255) = 23.87%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=37.98%
G=23.87%
B=38.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181372190.000.3700.14299.2753.2569.8
HexDA89DB0250E12b3546
Octal33221133304501645365106
Binary1101101010001001110110110100101011101001010111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89DB; }

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

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

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

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

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

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

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

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