#DA94EB

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

Shades of Plum #DA94EB

Tints of Plum #DA94EB

Color information

#DA94EB (or 0xDA94EB) is unknown color: approx Plum. HEX triplet: DA, 94 and EB. RGB value is (218,148,235). Sum of RGB (Red+Green+Blue) = 218+148+235=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA94EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA94EB is #256B14. Grayscale: #B2B2B2. Windows color (decimal): -2452245 or 15439066. OLE color: 15439066.

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

Color convert

RGB218148235-
CMYK0.070.3700.08
HSL288.28º68.5%75.1%-
HSV(B)288.28º37.02%92.16%-
XYZ54.542.0883.85-
YUV178.85159.69155.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 148 (58.20% from 255) = 24.63%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=36.27%
G=24.63%
B=39.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181482350.070.3700.08288.2868.575.1
HexDA94EB72508120454b
Octal332224353745010440105113
Binary1101101010010100111010111111001010100010010000010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94EB; }

 p { color: rgb(218,148,235); }

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

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

 a { background-color: rgb(218,148,235); }

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

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

 span { border-color: rgb(218,148,235); }

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