#DA9ED1

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

Shades of Plum #DA9ED1

Tints of Plum #DA9ED1

Color information

#DA9ED1 (or 0xDA9ED1) is unknown color: approx Plum. HEX triplet: DA, 9E and D1. RGB value is (218,158,209). Sum of RGB (Red+Green+Blue) = 218+158+209=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED1 is #25612E. Grayscale: #B5B5B5. Windows color (decimal): -2449711 or 13737690. OLE color: 13737690.

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

Color convert

RGB218158209-
CMYK00.280.040.15
HSL309º44.78%73.73%-
HSV(B)309º27.52%85.49%-
XYZ52.6543.9666.03-
YUV181.75143.38153.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=37.26%
G=27.01%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815820900.280.040.1530944.7873.73
HexDA9ED101C4F1352d4a
Octal33223632103441746555112
Binary11011010100111101101000101110010011111001101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ED1; }

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

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

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

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

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

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

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

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