#DA91EA

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

Shades of Plum #DA91EA

Tints of Plum #DA91EA

Color information

#DA91EA (or 0xDA91EA) is unknown color: approx Plum. HEX triplet: DA, 91 and EA. RGB value is (218,145,234). Sum of RGB (Red+Green+Blue) = 218+145+234=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA91EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA91EA is #256E15. Grayscale: #B0B0B0. Windows color (decimal): -2453014 or 15372762. OLE color: 15372762.

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

Color convert

RGB218145234-
CMYK0.070.3800.08
HSL289.21º67.94%74.31%-
HSV(B)289.21º38.03%91.76%-
XYZ53.8941.182.93-
YUV176.97160.18157.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 145 (57.03% from 255) = 24.29%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=36.52%
G=24.29%
B=39.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181452340.070.3800.08289.2167.9474.31
HexDA91EA72608121444a
Octal332221352746010441104112
Binary1101101010010001111010101111001100100010010000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA91EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA91EA; }

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

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

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

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

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

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

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

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