#DA9EDD

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

Shades of Plum #DA9EDD

Tints of Plum #DA9EDD

Color information

#DA9EDD (or 0xDA9EDD) is unknown color: approx Plum. HEX triplet: DA, 9E and DD. RGB value is (218,158,221). Sum of RGB (Red+Green+Blue) = 218+158+221=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 158 (62.11% from 255 or 26.47% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9EDD is #256122. Grayscale: #B6B6B6. Windows color (decimal): -2449699 or 14524122. OLE color: 14524122.

HSL color Cylindrical-coordinate representation of color #DA9EDD: hue angle of 297.14º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9EDD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218158221-
CMYK0.010.2900.13
HSL297.14º48.09%74.31%-
HSV(B)297.14º28.51%86.67%-
XYZ54.1944.5874.16-
YUV183.12149.38152.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 158 (62.11% from 255) = 26.47%
BLUE value IS 221 (86.72% from 255) = 37.02%
R=36.52%
G=26.47%
B=37.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181582210.010.2900.13297.1448.0974.31
HexDA9EDD11D0D129304a
Octal33223633513501545160112
Binary110110101001111011011101111101011011001010011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EDD; }

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

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

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

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

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

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

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

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