Html Css Color HEX #DA94E5 Plum

📋 copy color: '#DA94E5'

red 218 ◦ green 148 ◦ blue 229

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

Shades of Plum #DA94E5

Tints of Plum #DA94E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.87%

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

R = 36.64%
G = 24.87%
B = 38.49%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA94E5 (or 0xDA94E5) is known color: Plum. HEX triplet: DA, 94 and E5. RGB value is (218,148,229). Sum of RGB (Red+Green+Blue) = 218+148+229=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA94E5 is #256B1A. Grayscale: #B1B1B1. Windows color (decimal): -2452251 or 15045850. OLE color: 15045850.

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

Color convert

RGB 218 148 229 -
CMYK 0.05 0.35 0 0.10
HSL 291.85º 0.61% 0.74% -
HSV(B) 291.85º 0.35% 0.9% -
XYZ 53.65 41.74 79.36 -
YUV 178.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 218 148 229 0.05 0.35 0 0.10 291.85 0.61 0.74
Hex DA 94 E5 5 23 0 A 124 3D 4A
Octal 332 224 345 5 43 0 12 444 75 112
Binary 11011010 10010100 11100101 101 100011 0 1010 100100100 111101 1001010

Color Harmonies of #DA94E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA94E5

Black with #DA94E5

Text Example


Text Example

White with #DA94E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA94E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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