#DA9FEA

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

Shades of Plum #DA9FEA

Tints of Plum #DA9FEA

Color information

#DA9FEA (or 0xDA9FEA) is unknown color: approx Plum. HEX triplet: DA, 9F and EA. RGB value is (218,159,234). Sum of RGB (Red+Green+Blue) = 218+159+234=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FEA is #256015. Grayscale: #B8B8B8. Windows color (decimal): -2449430 or 15376346. OLE color: 15376346.

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

Color convert

RGB218159234-
CMYK0.070.3200.08
HSL287.2º64.1%77.06%-
HSV(B)287.2º32.05%91.76%-
XYZ56.1645.6483.69-
YUV185.19155.55151.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 234 (91.80% from 255) = 38.30%
R=35.68%
G=26.02%
B=38.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181592340.070.3200.08287.264.177.06
HexDA9FEA7200811f404d
Octal332237352740010437100115
Binary1101101010011111111010101111000000100010001111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FEA; }

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

 H1.HeaderClassName
 {
   color: #DA9FEA;
 }
 .AnyTagClassName
 {
   color: #DA9FEA;
 }
</style>
background-color css

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

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

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

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

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

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