#DA89DF

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

Shades of Plum #DA89DF

Tints of Plum #DA89DF

Color information

#DA89DF (or 0xDA89DF) is unknown color: approx Plum. HEX triplet: DA, 89 and DF. RGB value is (218,137,223). Sum of RGB (Red+Green+Blue) = 218+137+223=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA89DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89DF is #257620. Grayscale: #AAAAAA. Windows color (decimal): -2455073 or 14649818. OLE color: 14649818.

HSL color Cylindrical-coordinate representation of color #DA89DF: hue angle of 296.51º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA89DF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218137223-
CMYK0.020.3900.13
HSL296.51º57.33%70.59%-
HSV(B)296.51º38.57%87.45%-
XYZ51.1838.1274.47-
YUV171.02157.34161.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=37.72%
G=23.70%
B=38.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181372230.020.3900.13296.5157.3370.59
HexDA89DF2270D1293947
Octal33221133724701545171107
Binary11011010100010011101111110100111011011001010011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA89DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA89DF; }

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

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

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

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

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

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

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

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