#DAA2EA

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

Shades of Plum #DAA2EA

Tints of Plum #DAA2EA

Color information

#DAA2EA (or 0xDAA2EA) is unknown color: approx Plum. HEX triplet: DA, A2 and EA. RGB value is (218,162,234). Sum of RGB (Red+Green+Blue) = 218+162+234=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2EA is #255D15. Grayscale: #BABABA. Windows color (decimal): -2448662 or 15377114. OLE color: 15377114.

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

Color convert

RGB218162234-
CMYK0.070.3100.08
HSL286.67º63.16%77.65%-
HSV(B)286.67º30.77%91.76%-
XYZ56.6946.6983.87-
YUV186.95154.55150.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 162 (63.67% from 255) = 26.38%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=35.50%
G=26.38%
B=38.11%

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
Decimal2181622340.070.3100.08286.6763.1677.65
HexDAA2EA71F0811f3f4e
Octal33224235273701043777116
Binary11011010101000101110101011111111010001000111111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2EA; }

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

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

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

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

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

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

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

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