#DA9ED9

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

Shades of Plum #DA9ED9

Tints of Plum #DA9ED9

Color information

#DA9ED9 (or 0xDA9ED9) is unknown color: approx Plum. HEX triplet: DA, 9E and D9. RGB value is (218,158,217). Sum of RGB (Red+Green+Blue) = 218+158+217=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED9 is #256126. Grayscale: #B6B6B6. Windows color (decimal): -2449703 or 14261978. OLE color: 14261978.

HSL color Cylindrical-coordinate representation of color #DA9ED9: hue angle of 301º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9ED9 is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218158217-
CMYK00.280.000.15
HSL301º44.78%73.73%-
HSV(B)301º27.52%85.49%-
XYZ53.6644.3771.38-
YUV182.67147.38153.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=36.76%
G=26.64%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815821700.280.000.1530144.7873.73
HexDA9ED901C0F12d2d4a
Octal33223633103401745555112
Binary110110101001111011011001011100011111001011011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ED9; }

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

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

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

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

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

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

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

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