#DAA0DE

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

Shades of Plum #DAA0DE

Tints of Plum #DAA0DE

Color information

#DAA0DE (or 0xDAA0DE) is unknown color: approx Plum. HEX triplet: DA, A0 and DE. RGB value is (218,160,222). Sum of RGB (Red+Green+Blue) = 218+160+222=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0DE is #255F21. Grayscale: #B8B8B8. Windows color (decimal): -2449186 or 14590170. OLE color: 14590170.

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

Color convert

RGB218160222-
CMYK0.020.2800.13
HSL296.13º48.44%74.9%-
HSV(B)296.13º27.93%87.06%-
XYZ54.6745.3274.97-
YUV184.41149.22151.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 160 (62.89% from 255) = 26.67%
BLUE value IS 222 (87.11% from 255) = 37%
R=36.33%
G=26.67%
B=37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181602220.020.2800.13296.1348.4474.9
HexDAA0DE21C0D128304b
Octal33224033623401545060113
Binary1101101010100000110111101011100011011001010001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0DE; }

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

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

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

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

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

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

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

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