#DA9AE5

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

Shades of Plum #DA9AE5

Tints of Plum #DA9AE5

Color information

#DA9AE5 (or 0xDA9AE5) is unknown color: approx Plum. HEX triplet: DA, 9A and E5. RGB value is (218,154,229). Sum of RGB (Red+Green+Blue) = 218+154+229=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA9AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9AE5 is #25651A. Grayscale: #B5B5B5. Windows color (decimal): -2450715 or 15047386. OLE color: 15047386.

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

Color convert

RGB218154229-
CMYK0.050.3300.10
HSL291.2º59.06%75.1%-
HSV(B)291.2º32.75%89.8%-
XYZ54.6143.6779.68-
YUV181.69154.7153.9-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 154 (60.55% from 255) = 25.62%
BLUE value IS 229 (89.84% from 255) = 38.10%
R=36.27%
G=25.62%
B=38.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181542290.050.3300.10291.259.0675.1
HexDA9AE55210A1233b4b
Octal33223234554101244373113
Binary110110101001101011100101101100001010101001000111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AE5; }

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

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

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

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

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

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

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

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