#DAA8DA

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

Shades of Plum #DAA8DA

Tints of Plum #DAA8DA

Color information

#DAA8DA (or 0xDAA8DA) is unknown color: approx Plum. HEX triplet: DA, A8 and DA. RGB value is (218,168,218). Sum of RGB (Red+Green+Blue) = 218+168+218=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8DA is #255725. Grayscale: #BCBCBC. Windows color (decimal): -2447142 or 14330074. OLE color: 14330074.

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

Color convert

RGB218168218-
CMYK00.2300.15
HSL300º40.32%75.69%-
HSV(B)300º22.94%85.49%-
XYZ55.5747.9772.66-
YUV188.65144.56148.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 168 (66.02% from 255) = 27.81%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=36.09%
G=27.81%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816821800.2300.1530040.3275.69
HexDAA8DA0170F12c284c
Octal33225033202701745450114
Binary110110101010100011011010010111011111001011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8DA; }

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

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

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

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

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

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

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

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