#DA9ED0

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

Shades of Plum #DA9ED0

Tints of Plum #DA9ED0

Color information

#DA9ED0 (or 0xDA9ED0) is unknown color: approx Plum. HEX triplet: DA, 9E and D0. RGB value is (218,158,208). Sum of RGB (Red+Green+Blue) = 218+158+208=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED0 is #25612F. Grayscale: #B5B5B5. Windows color (decimal): -2449712 or 13672154. OLE color: 13672154.

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

Color convert

RGB218158208-
CMYK00.280.050.15
HSL310º44.78%73.73%-
HSV(B)310º27.52%85.49%-
XYZ52.5343.9165.38-
YUV181.64142.88153.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.33%
GREEN value IS 158 (62.11% from 255) = 27.05%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=37.33%
G=27.05%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815820800.280.050.1531044.7873.73
HexDA9ED001C5F1362d4a
Octal33223632003451746655112
Binary11011010100111101101000001110010111111001101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ED0; }

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

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

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

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

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

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

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

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