#DA93E0

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

Shades of Plum #DA93E0

Tints of Plum #DA93E0

Color information

#DA93E0 (or 0xDA93E0) is unknown color: approx Plum. HEX triplet: DA, 93 and E0. RGB value is (218,147,224). Sum of RGB (Red+Green+Blue) = 218+147+224=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA93E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93E0 is #256C1F. Grayscale: #B0B0B0. Windows color (decimal): -2452512 or 14717914. OLE color: 14717914.

HSL color Cylindrical-coordinate representation of color #DA93E0: hue angle of 295.32º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA93E0 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218147224-
CMYK0.030.3400.12
HSL295.32º55.4%72.75%-
HSV(B)295.32º34.38%87.84%-
XYZ52.841.1575.68-
YUV177.01154.52157.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=37.01%
G=24.96%
B=38.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181472240.030.3400.12295.3255.472.75
HexDA93E03220C1273749
Octal33222334034201444767111
Binary11011010100100111110000011100010011001001001111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93E0; }

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

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

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

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

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

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

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

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