#DA9BEA

Color #DA9BEA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DA9BEA

Tints of Plum #DA9BEA

Color information

#DA9BEA (or 0xDA9BEA) is unknown color: approx 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

RGB218155234-
CMYK0.070.3400.08
HSL287.85º65.29%76.27%-
HSV(B)287.85º33.76%91.76%-
XYZ55.4944.2983.47-
YUV182.84156.87153.08-

RGB Variations

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

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.80% from 255) = 38.55%
R=35.91%
G=25.54%
B=38.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181552340.070.3400.08287.8565.2976.27
HexDA9BEA72208120414c
Octal332233352742010440101114
Binary1101101010011011111010101111000100100010010000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>