#DAA5E9

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

Shades of Plum #DAA5E9

Tints of Plum #DAA5E9

Color information

#DAA5E9 (or 0xDAA5E9) is unknown color: approx Plum. HEX triplet: DA, A5 and E9. RGB value is (218,165,233). Sum of RGB (Red+Green+Blue) = 218+165+233=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAA5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA5E9 is #255A16. Grayscale: #BCBCBC. Windows color (decimal): -2447895 or 15312346. OLE color: 15312346.

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

Color convert

RGB218165233-
CMYK0.060.2900.09
HSL286.76º60.71%78.04%-
HSV(B)286.76º29.18%91.37%-
XYZ57.0847.783.29-
YUV188.6153.06148.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 165 (64.84% from 255) = 26.79%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=35.39%
G=26.79%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2181652330.060.2900.09286.7660.7178.04
HexDAA5E961D0911f3d4e
Octal33224535163501143775116
Binary11011010101001011110100111011101010011000111111111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5E9; }

 p { color: rgb(218,165,233); }

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

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

 a { background-color: rgb(218,165,233); }

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

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

 span { border-color: rgb(218,165,233); }

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