#DAA0E4

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

Shades of Plum #DAA0E4

Tints of Plum #DAA0E4

Color information

#DAA0E4 (or 0xDAA0E4) is unknown color: approx Plum. HEX triplet: DA, A0 and E4. RGB value is (218,160,228). Sum of RGB (Red+Green+Blue) = 218+160+228=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAA0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0E4 is #255F1B. Grayscale: #B8B8B8. Windows color (decimal): -2449180 or 14983386. OLE color: 14983386.

HSL color Cylindrical-coordinate representation of color #DAA0E4: hue angle of 291.18º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA0E4 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218160228-
CMYK0.040.3000.11
HSL291.18º55.74%76.08%-
HSV(B)291.18º29.82%89.41%-
XYZ55.4945.6579.29-
YUV185.09152.22151.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=35.97%
G=26.40%
B=37.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181602280.040.3000.11291.1855.7476.08
HexDAA0E441E0B123384c
Octal33224034443601344370114
Binary11011010101000001110010010011110010111001000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0E4; }

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

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

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

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

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

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

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

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