#DAA0DA

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

Shades of Plum #DAA0DA

Tints of Plum #DAA0DA

Color information

#DAA0DA (or 0xDAA0DA) is unknown color: approx Plum. HEX triplet: DA, A0 and DA. RGB value is (218,160,218). Sum of RGB (Red+Green+Blue) = 218+160+218=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0DA is #255F25. Grayscale: #B7B7B7. Windows color (decimal): -2449190 or 14328026. OLE color: 14328026.

HSL color Cylindrical-coordinate representation of color #DAA0DA: hue angle of 300º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0DA is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218160218-
CMYK00.2700.15
HSL300º43.94%74.12%-
HSV(B)300º26.61%85.49%-
XYZ54.1445.1172.18-
YUV183.95147.22152.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 160 (62.89% from 255) = 26.85%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=36.58%
G=26.85%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816021800.2700.1530043.9474.12
HexDAA0DA01B0F12c2c4a
Octal33224033203301745454112
Binary110110101010000011011010011011011111001011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0DA; }

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

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

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

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

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

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

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

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