#DA9BDA

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

Shades of Plum #DA9BDA

Tints of Plum #DA9BDA

Color information

#DA9BDA (or 0xDA9BDA) is unknown color: approx Plum. HEX triplet: DA, 9B and DA. RGB value is (218,155,218). Sum of RGB (Red+Green+Blue) = 218+155+218=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9BDA is #256425. Grayscale: #B4B4B4. Windows color (decimal): -2450470 or 14326746. OLE color: 14326746.

HSL color Cylindrical-coordinate representation of color #DA9BDA: hue angle of 300º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9BDA is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218155218-
CMYK00.2900.15
HSL300º45.99%73.14%-
HSV(B)300º28.9%85.49%-
XYZ53.2943.4171.9-
YUV181.02148.87154.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 155 (60.94% from 255) = 26.23%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=36.89%
G=26.23%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815521800.2900.1530045.9973.14
HexDA9BDA01D0F12c2e49
Octal33223333203501745456111
Binary110110101001101111011010011101011111001011001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9BDA; }

 p { color: rgb(218,155,218); }

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

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

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

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

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

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

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