#DA9EEA

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

Shades of Plum #DA9EEA

Tints of Plum #DA9EEA

Color information

#DA9EEA (or 0xDA9EEA) is unknown color: approx Plum. HEX triplet: DA, 9E and EA. RGB value is (218,158,234). Sum of RGB (Red+Green+Blue) = 218+158+234=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA9EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EEA is #256115. Grayscale: #B8B8B8. Windows color (decimal): -2449686 or 15376090. OLE color: 15376090.

HSL color Cylindrical-coordinate representation of color #DA9EEA: hue angle of 287.37º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9EEA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218158234-
CMYK0.070.3200.08
HSL287.37º64.41%76.86%-
HSV(B)287.37º32.48%91.76%-
XYZ55.9945.383.63-
YUV184.6155.88151.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=35.74%
G=25.90%
B=38.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181582340.070.3200.08287.3764.4176.86
HexDA9EEA7200811f404d
Octal332236352740010437100115
Binary1101101010011110111010101111000000100010001111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EEA; }

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

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

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

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

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

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

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

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