#DAA1DE

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

Shades of Plum #DAA1DE

Tints of Plum #DAA1DE

Color information

#DAA1DE (or 0xDAA1DE) is unknown color: approx Plum. HEX triplet: DA, A1 and DE. RGB value is (218,161,222). Sum of RGB (Red+Green+Blue) = 218+161+222=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1DE is #255E21. Grayscale: #B8B8B8. Windows color (decimal): -2448930 or 14590426. OLE color: 14590426.

HSL color Cylindrical-coordinate representation of color #DAA1DE: hue angle of 296.07º degrees, saturation: 0.48, 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 #DAA1DE is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218161222-
CMYK0.020.2700.13
HSL296.07º48.03%75.1%-
HSV(B)296.07º27.48%87.06%-
XYZ54.8445.6775.03-
YUV185148.88151.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 161 (63.28% from 255) = 26.79%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=36.27%
G=26.79%
B=36.94%

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
Decimal2181612220.020.2700.13296.0748.0375.1
HexDAA1DE21B0D128304b
Octal33224133623301545060113
Binary1101101010100001110111101011011011011001010001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1DE; }

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

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

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

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

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

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

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

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