#DA9AE1

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

Shades of Plum #DA9AE1

Tints of Plum #DA9AE1

Color information

#DA9AE1 (or 0xDA9AE1) is unknown color: approx Plum. HEX triplet: DA, 9A and E1. RGB value is (218,154,225). Sum of RGB (Red+Green+Blue) = 218+154+225=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA9AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AE1 is #25651E. Grayscale: #B5B5B5. Windows color (decimal): -2450719 or 14785242. OLE color: 14785242.

HSL color Cylindrical-coordinate representation of color #DA9AE1: hue angle of 294.08º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9AE1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218154225-
CMYK0.030.3200.12
HSL294.08º54.2%74.31%-
HSV(B)294.08º31.56%88.24%-
XYZ54.0643.4576.77-
YUV181.23152.7154.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=36.52%
G=25.80%
B=37.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181542250.030.3200.12294.0854.274.31
HexDA9AE13200C126364a
Octal33223234134001444666112
Binary11011010100110101110000111100000011001001001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AE1; }

 p { color: rgb(218,154,225); }

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

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

 a { background-color: rgb(218,154,225); }

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

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

 span { border-color: rgb(218,154,225); }

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