#DAA0E7

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

Shades of Plum #DAA0E7

Tints of Plum #DAA0E7

Color information

#DAA0E7 (or 0xDAA0E7) is unknown color: approx Plum. HEX triplet: DA, A0 and E7. RGB value is (218,160,231). Sum of RGB (Red+Green+Blue) = 218+160+231=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0E7 is #255F18. Grayscale: #B9B9B9. Windows color (decimal): -2449177 or 15179994. OLE color: 15179994.

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

Color convert

RGB218160231-
CMYK0.060.3100.09
HSL289.01º59.66%76.67%-
HSV(B)289.01º30.74%90.59%-
XYZ55.9145.8281.5-
YUV185.44153.72151.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 160 (62.89% from 255) = 26.27%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=35.80%
G=26.27%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181602310.060.3100.09289.0159.6676.67
HexDAA0E761F091213c4d
Octal33224034763701144174115
Binary11011010101000001110011111011111010011001000011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0E7; }

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

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

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

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

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

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

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

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