#DA9EE5

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

Shades of Plum #DA9EE5

Tints of Plum #DA9EE5

Color information

#DA9EE5 (or 0xDA9EE5) is unknown color: approx Plum. HEX triplet: DA, 9E and E5. RGB value is (218,158,229). Sum of RGB (Red+Green+Blue) = 218+158+229=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA9EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EE5 is #25611A. Grayscale: #B7B7B7. Windows color (decimal): -2449691 or 15048410. OLE color: 15048410.

HSL color Cylindrical-coordinate representation of color #DA9EE5: hue angle of 290.7º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA9EE5 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218158229-
CMYK0.050.3100.10
HSL290.7º57.72%75.88%-
HSV(B)290.7º31%89.8%-
XYZ55.2845.0279.9-
YUV184.03153.38152.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 229 (89.84% from 255) = 37.85%
R=36.03%
G=26.12%
B=37.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181582290.050.3100.10290.757.7275.88
HexDA9EE551F0A1233a4c
Octal33223634553701244372114
Binary11011010100111101110010110111111010101001000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EE5; }

 p { color: rgb(218,158,229); }

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

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

 a { background-color: rgb(218,158,229); }

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

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

 span { border-color: rgb(218,158,229); }

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