#DAA1E8

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

Shades of Plum #DAA1E8

Tints of Plum #DAA1E8

Color information

#DAA1E8 (or 0xDAA1E8) is unknown color: approx Plum. HEX triplet: DA, A1 and E8. RGB value is (218,161,232). Sum of RGB (Red+Green+Blue) = 218+161+232=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #DAA1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1E8 is #255E17. Grayscale: #B9B9B9. Windows color (decimal): -2448920 or 15245786. OLE color: 15245786.

HSL color Cylindrical-coordinate representation of color #DAA1E8: hue angle of 288.17º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA1E8 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218161232-
CMYK0.060.3100.09
HSL288.17º60.68%77.06%-
HSV(B)288.17º30.6%90.98%-
XYZ56.2246.2282.3-
YUV186.14153.88150.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 161 (63.28% from 255) = 26.35%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=35.68%
G=26.35%
B=37.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181612320.060.3100.09288.1760.6877.06
HexDAA1E861F091203d4d
Octal33224135063701144075115
Binary11011010101000011110100011011111010011001000001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1E8; }

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

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

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

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

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

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

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

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