#DA91DE

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

Shades of Plum #DA91DE

Tints of Plum #DA91DE

Color information

#DA91DE (or 0xDA91DE) is unknown color: approx Plum. HEX triplet: DA, 91 and DE. RGB value is (218,145,222). Sum of RGB (Red+Green+Blue) = 218+145+222=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA91DE is #256E21. Grayscale: #AFAFAF. Windows color (decimal): -2453026 or 14586330. OLE color: 14586330.

HSL color Cylindrical-coordinate representation of color #DA91DE: hue angle of 296.88º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DA91DE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218145222-
CMYK0.020.3500.13
HSL296.88º53.85%71.96%-
HSV(B)296.88º34.68%87.06%-
XYZ52.2240.4374.16-
YUV175.6154.18158.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=37.26%
G=24.79%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181452220.020.3500.13296.8853.8571.96
HexDA91DE2230D1293648
Octal33222133624301545166110
Binary11011010100100011101111010100011011011001010011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91DE; }

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

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

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

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

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

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

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

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