Html Css Color HEX #DA93E0 Plum

📋 copy color: '#DA93E0'

red 218 ◦ green 147 ◦ blue 224

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

Shades of Plum #DA93E0

Tints of Plum #DA93E0

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 value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA93E0 (or 0xDA93E0) is known color: 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

RGB 218 147 224 -
CMYK 0.03 0.34 0 0.12
HSL 295.32º 0.55% 0.73% -
HSV(B) 295.32º 0.34% 0.88% -
XYZ 52.8 41.15 75.68 -
YUV 177.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 218 147 224 0.03 0.34 0 0.12 295.32 0.55 0.73
Hex DA 93 E0 3 22 0 C 127 37 49
Octal 332 223 340 3 42 0 14 447 67 111
Binary 11011010 10010011 11100000 11 100010 0 1100 100100111 110111 1001001

Color Harmonies of #DA93E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA93E0

Black with #DA93E0

Text Example


Text Example

White with #DA93E0

Text Example


Text Example

HTML Codes & Css Web 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>