#DA93EA

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

Shades of Plum #DA93EA

Tints of Plum #DA93EA

Color information

#DA93EA (or 0xDA93EA) is unknown color: approx Plum. HEX triplet: DA, 93 and EA. RGB value is (218,147,234). Sum of RGB (Red+Green+Blue) = 218+147+234=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA93EA is #256C15. Grayscale: #B1B1B1. Windows color (decimal): -2452502 or 15373274. OLE color: 15373274.

HSL color Cylindrical-coordinate representation of color #DA93EA: hue angle of 288.97º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA93EA is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218147234-
CMYK0.070.3700.08
HSL288.97º67.44%74.71%-
HSV(B)288.97º37.18%91.76%-
XYZ54.241.7183.04-
YUV178.15159.52156.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 147 (57.81% from 255) = 24.54%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=36.39%
G=24.54%
B=39.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181472340.070.3700.08288.9767.4474.71
HexDA93EA72508121434b
Octal332223352745010441103113
Binary1101101010010011111010101111001010100010010000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93EA; }

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

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

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

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

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

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

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

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