#DA9EDE

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

Shades of Plum #DA9EDE

Tints of Plum #DA9EDE

Color information

#DA9EDE (or 0xDA9EDE) is unknown color: approx Plum. HEX triplet: DA, 9E and DE. RGB value is (218,158,222). Sum of RGB (Red+Green+Blue) = 218+158+222=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDE is #256121. Grayscale: #B7B7B7. Windows color (decimal): -2449698 or 14589658. OLE color: 14589658.

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

Color convert

RGB218158222-
CMYK0.020.2900.13
HSL296.25º49.23%74.51%-
HSV(B)296.25º28.83%87.06%-
XYZ54.3344.6374.86-
YUV183.24149.88152.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 158 (62.11% from 255) = 26.42%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=36.45%
G=26.42%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181582220.020.2900.13296.2549.2374.51
HexDA9EDE21D0D128314b
Octal33223633623501545061113
Binary1101101010011110110111101011101011011001010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EDE; }

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

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

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

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

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

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

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

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