#DA93DE

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

Shades of Plum #DA93DE

Tints of Plum #DA93DE

Color information

#DA93DE (or 0xDA93DE) is unknown color: approx Plum. HEX triplet: DA, 93 and DE. RGB value is (218,147,222). Sum of RGB (Red+Green+Blue) = 218+147+222=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93DE is #256C21. Grayscale: #B0B0B0. Windows color (decimal): -2452514 or 14586842. OLE color: 14586842.

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

Color convert

RGB218147222-
CMYK0.020.3400.13
HSL296.8º53.19%72.35%-
HSV(B)296.8º33.78%87.06%-
XYZ52.5341.0574.26-
YUV176.78153.52157.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=37.14%
G=25.04%
B=37.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181472220.020.3400.13296.853.1972.35
HexDA93DE2220D1293548
Octal33222333624201545165110
Binary11011010100100111101111010100010011011001010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93DE; }

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

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

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

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

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

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

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

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