Html Css Color HEX #DA93E5 Plum

📋 copy color: '#DA93E5'

red 218 ◦ green 147 ◦ blue 229

#DA93E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DA93E5

Tints of Plum #DA93E5

RGB

 RED value IS 218 (85.55% from 255) = 36.7%

 GREEN value IS 147 (57.81% from 255) = 24.75%

 BLUE value IS 229 (89.84% from 255) = 38.55%

R = 36.7%
G = 24.75%
B = 38.55%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA93E5 (or 0xDA93E5) is known color: Plum. HEX triplet: DA, 93 and E5. RGB value is (218,147,229). Sum of RGB (Red+Green+Blue) = 218+147+229=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA93E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA93E5 is #256C1A. Grayscale: #B1B1B1. Windows color (decimal): -2452507 or 15045594. OLE color: 15045594.

HSL color Cylindrical-coordinate representation of color #DA93E5: hue angle of 291.95º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA93E5 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 147 229 -
CMYK 0.05 0.36 0 0.10
HSL 291.95º 0.61% 0.74% -
HSV(B) 291.95º 0.36% 0.9% -
XYZ 53.49 41.43 79.31 -
YUV 177.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 218 147 229 0.05 0.36 0 0.10 291.95 0.61 0.74
Hex DA 93 E5 5 24 0 A 124 3D 4A
Octal 332 223 345 5 44 0 12 444 75 112
Binary 11011010 10010011 11100101 101 100100 0 1010 100100100 111101 1001010

Color Harmonies of #DA93E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93E5

Black with #DA93E5

Text Example


Text Example

White with #DA93E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA93E5; }

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

 H1.HeaderClassName
 {
   color: #DA93E5;
 }
 .AnyTagClassName
 {
   color: #DA93E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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