Html Css Color HEX #DA9BEA Plum

📋 copy color: '#DA9BEA'

red 218 ◦ green 155 ◦ blue 234

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

Shades of Plum #DA9BEA

Tints of Plum #DA9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.54%

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 35.91%
G = 25.54%
B = 38.55%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DA9BEA (or 0xDA9BEA) is known color: Plum. HEX triplet: DA, 9B and EA. RGB value is (218,155,234). Sum of RGB (Red+Green+Blue) = 218+155+234=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9BEA is #256415. Grayscale: #B6B6B6. Windows color (decimal): -2450454 or 15375322. OLE color: 15375322.

HSL color Cylindrical-coordinate representation of color #DA9BEA: hue angle of 287.85º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DA9BEA is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 155 234 -
CMYK 0.07 0.34 0 0.08
HSL 287.85º 0.65% 0.76% -
HSV(B) 287.85º 0.34% 0.92% -
XYZ 55.49 44.29 83.47 -
YUV 182.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 218 155 234 0.07 0.34 0 0.08 287.85 0.65 0.76
Hex DA 9B EA 7 22 0 8 120 41 4C
Octal 332 233 352 7 42 0 10 440 101 114
Binary 11011010 10011011 11101010 111 100010 0 1000 100100000 1000001 1001100

Color Harmonies of #DA9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9BEA

Black with #DA9BEA

Text Example


Text Example

White with #DA9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9BEA; }

 p { color: rgb(218,155,234); }

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

background-color css

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

 a { background-color: rgb(218,155,234); }

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

border-color css

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

 span { border-color: rgb(218,155,234); }

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