#DAA0EA

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

Shades of Plum #DAA0EA

Tints of Plum #DAA0EA

Color information

#DAA0EA (or 0xDAA0EA) is unknown color: approx Plum. HEX triplet: DA, A0 and EA. RGB value is (218,160,234). Sum of RGB (Red+Green+Blue) = 218+160+234=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0EA is #255F15. Grayscale: #B9B9B9. Windows color (decimal): -2449174 or 15376602. OLE color: 15376602.

HSL color Cylindrical-coordinate representation of color #DAA0EA: hue angle of 287.03º 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 #DAA0EA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218160234-
CMYK0.070.3200.08
HSL287.03º63.79%77.25%-
HSV(B)287.03º31.62%91.76%-
XYZ56.3445.9983.75-
YUV185.78155.22150.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=35.62%
G=26.14%
B=38.24%

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
Decimal2181602340.070.3200.08287.0363.7977.25
HexDAA0EA7200811f404d
Octal332240352740010437100115
Binary1101101010100000111010101111000000100010001111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0EA; }

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

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

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

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

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

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

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

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