#DAA3EA

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

Shades of Plum #DAA3EA

Tints of Plum #DAA3EA

Color information

#DAA3EA (or 0xDAA3EA) is unknown color: approx Plum. HEX triplet: DA, A3 and EA. RGB value is (218,163,234). Sum of RGB (Red+Green+Blue) = 218+163+234=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3EA is #255C15. Grayscale: #BBBBBB. Windows color (decimal): -2448406 or 15377370. OLE color: 15377370.

HSL color Cylindrical-coordinate representation of color #DAA3EA: hue angle of 286.48º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA3EA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218163234-
CMYK0.070.3000.08
HSL286.48º62.83%77.84%-
HSV(B)286.48º30.34%91.76%-
XYZ56.8647.0483.92-
YUV187.54154.22149.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 163 (64.06% from 255) = 26.50%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=35.45%
G=26.50%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181632340.070.3000.08286.4862.8377.84
HexDAA3EA71E0811e3f4e
Octal33224335273601043677116
Binary11011010101000111110101011111110010001000111101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3EA; }

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

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

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

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

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

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

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

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