#DA9EE2

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

Shades of Plum #DA9EE2

Tints of Plum #DA9EE2

Color information

#DA9EE2 (or 0xDA9EE2) is unknown color: approx Plum. HEX triplet: DA, 9E and E2. RGB value is (218,158,226). Sum of RGB (Red+Green+Blue) = 218+158+226=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #DA9EE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EE2 is #25611D. Grayscale: #B7B7B7. Windows color (decimal): -2449694 or 14851802. OLE color: 14851802.

HSL color Cylindrical-coordinate representation of color #DA9EE2: hue angle of 292.94º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9EE2 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218158226-
CMYK0.040.3000.11
HSL292.94º53.97%75.29%-
HSV(B)292.94º30.09%88.63%-
XYZ54.8744.8577.72-
YUV183.69151.88152.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 226 (88.67% from 255) = 37.54%
R=36.21%
G=26.25%
B=37.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181582260.040.3000.11292.9453.9775.29
HexDA9EE241E0B125364b
Octal33223634243601344566113
Binary11011010100111101110001010011110010111001001011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EE2; }

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

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

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

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

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

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

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

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