#DAA3DE

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

Shades of Plum #DAA3DE

Tints of Plum #DAA3DE

Color information

#DAA3DE (or 0xDAA3DE) is unknown color: approx Plum. HEX triplet: DA, A3 and DE. RGB value is (218,163,222). Sum of RGB (Red+Green+Blue) = 218+163+222=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3DE is #255C21. Grayscale: #B9B9B9. Windows color (decimal): -2448418 or 14590938. OLE color: 14590938.

HSL color Cylindrical-coordinate representation of color #DAA3DE: hue angle of 295.93º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA3DE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218163222-
CMYK0.020.2700.13
HSL295.93º47.2%75.49%-
HSV(B)295.93º26.58%87.06%-
XYZ55.246.3775.15-
YUV186.17148.22150.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 163 (64.06% from 255) = 27.03%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=36.15%
G=27.03%
B=36.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181632220.020.2700.13295.9347.275.49
HexDAA3DE21B0D1282f4b
Octal33224333623301545057113
Binary1101101010100011110111101011011011011001010001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA3DE; }

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

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

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

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

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

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

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

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