#DAA7E2

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

Shades of Plum #DAA7E2

Tints of Plum #DAA7E2

Color information

#DAA7E2 (or 0xDAA7E2) is unknown color: approx Plum. HEX triplet: DA, A7 and E2. RGB value is (218,167,226). Sum of RGB (Red+Green+Blue) = 218+167+226=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 226 (88.67% from 255 or 36.99% from 611); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAA7E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7E2 is #25581D. Grayscale: #BCBCBC. Windows color (decimal): -2447390 or 14854106. OLE color: 14854106.

HSL color Cylindrical-coordinate representation of color #DAA7E2: hue angle of 291.86º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA7E2 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218167226-
CMYK0.040.2600.11
HSL291.86º50.43%77.06%-
HSV(B)291.86º26.11%88.63%-
XYZ56.4648.0378.25-
YUV188.98148.9148.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 167 (65.62% from 255) = 27.33%
BLUE value IS 226 (88.67% from 255) = 36.99%
R=35.68%
G=27.33%
B=36.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181672260.040.2600.11291.8650.4377.06
HexDAA7E241A0B124324d
Octal33224734243201344462115
Binary11011010101001111110001010011010010111001001001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7E2; }

 p { color: rgb(218,167,226); }

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

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

 a { background-color: rgb(218,167,226); }

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

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

 span { border-color: rgb(218,167,226); }

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