#DA93E4

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

Shades of Plum #DA93E4

Tints of Plum #DA93E4

Color information

#DA93E4 (or 0xDA93E4) is unknown color: approx Plum. HEX triplet: DA, 93 and E4. RGB value is (218,147,228). Sum of RGB (Red+Green+Blue) = 218+147+228=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA93E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93E4 is #256C1B. Grayscale: #B1B1B1. Windows color (decimal): -2452508 or 14980058. OLE color: 14980058.

HSL color Cylindrical-coordinate representation of color #DA93E4: hue angle of 292.59º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA93E4 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218147228-
CMYK0.040.3600.11
HSL292.59º60%73.53%-
HSV(B)292.59º35.53%89.41%-
XYZ53.3541.3778.57-
YUV177.46156.52156.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 147 (57.81% from 255) = 24.79%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=36.76%
G=24.79%
B=38.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181472280.040.3600.11292.596073.53
HexDA93E44240B1253c4a
Octal33222334444401344574112
Binary110110101001001111100100100100100010111001001011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA93E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA93E4; }

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

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

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

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

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

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

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

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