#DA9FDA

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

Shades of Plum #DA9FDA

Tints of Plum #DA9FDA

Color information

#DA9FDA (or 0xDA9FDA) is unknown color: approx Plum. HEX triplet: DA, 9F and DA. RGB value is (218,159,218). Sum of RGB (Red+Green+Blue) = 218+159+218=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDA is #256025. Grayscale: #B7B7B7. Windows color (decimal): -2449446 or 14327770. OLE color: 14327770.

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

Color convert

RGB218159218-
CMYK00.2700.15
HSL300º44.36%73.92%-
HSV(B)300º27.06%85.49%-
XYZ53.9744.7672.13-
YUV183.37147.55152.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=36.64%
G=26.72%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815921800.2700.1530044.3673.92
HexDA9FDA01B0F12c2c4a
Octal33223733203301745454112
Binary110110101001111111011010011011011111001011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FDA; }

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

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

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

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

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

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

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

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