#DAA3E2

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

Shades of Plum #DAA3E2

Tints of Plum #DAA3E2

Color information

#DAA3E2 (or 0xDAA3E2) is unknown color: approx Plum. HEX triplet: DA, A3 and E2. RGB value is (218,163,226). Sum of RGB (Red+Green+Blue) = 218+163+226=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAA3E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3E2 is #255C1D. Grayscale: #BABABA. Windows color (decimal): -2448414 or 14853082. OLE color: 14853082.

HSL color Cylindrical-coordinate representation of color #DAA3E2: hue angle of 292.38º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA3E2 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218163226-
CMYK0.040.2800.11
HSL292.38º52.07%76.27%-
HSV(B)292.38º27.88%88.63%-
XYZ55.7446.5978.01-
YUV186.63150.22150.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 226 (88.67% from 255) = 37.23%
R=35.91%
G=26.85%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181632260.040.2800.11292.3852.0776.27
HexDAA3E241C0B124344c
Octal33224334243401344464114
Binary11011010101000111110001010011100010111001001001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3E2; }

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

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

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

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

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

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

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

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