#DA9ED5

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

Shades of Plum #DA9ED5

Tints of Plum #DA9ED5

Color information

#DA9ED5 (or 0xDA9ED5) is unknown color: approx Plum. HEX triplet: DA, 9E and D5. RGB value is (218,158,213). Sum of RGB (Red+Green+Blue) = 218+158+213=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED5 is #25612A. Grayscale: #B6B6B6. Windows color (decimal): -2449707 or 13999834. OLE color: 13999834.

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

Color convert

RGB218158213-
CMYK00.280.020.15
HSL305º44.78%73.73%-
HSV(B)305º27.52%85.49%-
XYZ53.1544.1668.67-
YUV182.21145.38153.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=37.01%
G=26.83%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815821300.280.020.1530544.7873.73
HexDA9ED501C2F1312d4a
Octal33223632503421746155112
Binary1101101010011110110101010111001011111001100011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ED5; }

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

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

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

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

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

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

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

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