Html Css Color HEX #DA90E5 Plum

📋 copy color: '#DA90E5'

red 218 ◦ green 144 ◦ blue 229

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

Shades of Plum #DA90E5

Tints of Plum #DA90E5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.37%

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

R = 36.89%
G = 24.37%
B = 38.75%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA90E5 (or 0xDA90E5) is known color: Plum. HEX triplet: DA, 90 and E5. RGB value is (218,144,229). Sum of RGB (Red+Green+Blue) = 218+144+229=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #DA90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA90E5 is #256F1A. Grayscale: #AFAFAF. Windows color (decimal): -2453275 or 15044826. OLE color: 15044826.

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

Color convert

RGB 218 144 229 -
CMYK 0.05 0.37 0 0.10
HSL 292.24º 0.62% 0.73% -
HSV(B) 292.24º 0.37% 0.9% -
XYZ 53.03 40.51 79.15 -
YUV 175.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 218 144 229 0.05 0.37 0 0.10 292.24 0.62 0.73
Hex DA 90 E5 5 25 0 A 124 3E 49
Octal 332 220 345 5 45 0 12 444 76 111
Binary 11011010 10010000 11100101 101 100101 0 1010 100100100 111110 1001001

Color Harmonies of #DA90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA90E5

Black with #DA90E5

Text Example


Text Example

White with #DA90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA90E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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