#DAA1E0

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

Shades of Plum #DAA1E0

Tints of Plum #DAA1E0

Color information

#DAA1E0 (or 0xDAA1E0) is unknown color: approx Plum. HEX triplet: DA, A1 and E0. RGB value is (218,161,224). Sum of RGB (Red+Green+Blue) = 218+161+224=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAA1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1E0 is #255E1F. Grayscale: #B9B9B9. Windows color (decimal): -2448928 or 14721498. OLE color: 14721498.

HSL color Cylindrical-coordinate representation of color #DAA1E0: hue angle of 294.29º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA1E0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218161224-
CMYK0.030.2800.12
HSL294.29º50.4%75.49%-
HSV(B)294.29º28.12%87.84%-
XYZ55.1145.7876.45-
YUV185.22149.88151.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=36.15%
G=26.70%
B=37.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181612240.030.2800.12294.2950.475.49
HexDAA1E031C0C126324b
Octal33224134033401444662113
Binary1101101010100001111000001111100011001001001101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1E0; }

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

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

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

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

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

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

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

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