#DA9ED7

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

Shades of Plum #DA9ED7

Tints of Plum #DA9ED7

Color information

#DA9ED7 (or 0xDA9ED7) is unknown color: approx Plum. HEX triplet: DA, 9E and D7. RGB value is (218,158,215). Sum of RGB (Red+Green+Blue) = 218+158+215=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 158 (62.11% from 255 or 26.73% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED7 is #256128. Grayscale: #B6B6B6. Windows color (decimal): -2449705 or 14130906. OLE color: 14130906.

HSL color Cylindrical-coordinate representation of color #DA9ED7: hue angle of 303º 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 #DA9ED7 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218158215-
CMYK00.280.010.15
HSL303º44.78%73.73%-
HSV(B)303º27.52%85.49%-
XYZ53.4144.2770.02-
YUV182.44146.38153.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 158 (62.11% from 255) = 26.73%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=36.89%
G=26.73%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815821500.280.010.1530344.7873.73
HexDA9ED701C1F12f2d4a
Octal33223632703411745755112
Binary110110101001111011010111011100111111001011111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ED7; }

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

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

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

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

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

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

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

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