#DA91DA

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

Shades of Plum #DA91DA

Tints of Plum #DA91DA

Color information

#DA91DA (or 0xDA91DA) is unknown color: approx Plum. HEX triplet: DA, 91 and DA. RGB value is (218,145,218). Sum of RGB (Red+Green+Blue) = 218+145+218=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DA is #256E25. Grayscale: #AEAEAE. Windows color (decimal): -2453030 or 14324186. OLE color: 14324186.

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

Color convert

RGB218145218-
CMYK00.3300.15
HSL300º49.66%71.18%-
HSV(B)300º33.49%85.49%-
XYZ51.6940.2271.37-
YUV175.15152.18158.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=37.52%
G=24.96%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814521800.3300.1530049.6671.18
HexDA91DA0210F12c3247
Octal33222133204101745462107
Binary1101101010010001110110100100001011111001011001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91DA; }

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

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

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

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

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

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

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

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