#DAA2E7

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

Shades of Plum #DAA2E7

Tints of Plum #DAA2E7

Color information

#DAA2E7 (or 0xDAA2E7) is unknown color: approx Plum. HEX triplet: DA, A2 and E7. RGB value is (218,162,231). Sum of RGB (Red+Green+Blue) = 218+162+231=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAA2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2E7 is #255D18. Grayscale: #BABABA. Windows color (decimal): -2448665 or 15180506. OLE color: 15180506.

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

Color convert

RGB218162231-
CMYK0.060.3000.09
HSL288.7º58.97%77.06%-
HSV(B)288.7º29.87%90.59%-
XYZ56.2646.5281.61-
YUV186.61153.05150.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 162 (63.67% from 255) = 26.51%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=35.68%
G=26.51%
B=37.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181622310.060.3000.09288.758.9777.06
HexDAA2E761E091213b4d
Octal33224234763601144173115
Binary11011010101000101110011111011110010011001000011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2E7; }

 p { color: rgb(218,162,231); }

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

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

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

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

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

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

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