#DA9ED3

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

Shades of Plum #DA9ED3

Tints of Plum #DA9ED3

Color information

#DA9ED3 (or 0xDA9ED3) is unknown color: approx Plum. HEX triplet: DA, 9E and D3. RGB value is (218,158,211). Sum of RGB (Red+Green+Blue) = 218+158+211=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ED3 is #25612C. Grayscale: #B5B5B5. Windows color (decimal): -2449709 or 13868762. OLE color: 13868762.

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

Color convert

RGB218158211-
CMYK00.280.030.15
HSL307º44.78%73.73%-
HSV(B)307º27.52%85.49%-
XYZ52.944.0667.34-
YUV181.98144.38153.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 158 (62.11% from 255) = 26.92%
BLUE value IS 211 (82.81% from 255) = 35.95%
R=37.14%
G=26.92%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815821100.280.030.1530744.7873.73
HexDA9ED301C3F1332d4a
Octal33223632303431746355112
Binary1101101010011110110100110111001111111001100111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9ED3; }

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

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

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

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

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

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

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

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