#DAA1EA

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

Shades of Plum #DAA1EA

Tints of Plum #DAA1EA

Color information

#DAA1EA (or 0xDAA1EA) is unknown color: approx Plum. HEX triplet: DA, A1 and EA. RGB value is (218,161,234). Sum of RGB (Red+Green+Blue) = 218+161+234=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1EA is #255E15. Grayscale: #BABABA. Windows color (decimal): -2448918 or 15376858. OLE color: 15376858.

HSL color Cylindrical-coordinate representation of color #DAA1EA: hue angle of 286.85º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA1EA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218161234-
CMYK0.070.3100.08
HSL286.85º63.48%77.45%-
HSV(B)286.85º31.2%91.76%-
XYZ56.5146.3483.81-
YUV186.36154.88150.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 161 (63.28% from 255) = 26.26%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=35.56%
G=26.26%
B=38.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181612340.070.3100.08286.8563.4877.45
HexDAA1EA71F0811f3f4d
Octal33224135273701043777115
Binary11011010101000011110101011111111010001000111111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1EA; }

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

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

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

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

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

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

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

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