#DA90EB

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

Shades of Plum #DA90EB

Tints of Plum #DA90EB

Color information

#DA90EB (or 0xDA90EB) is unknown color: approx Plum. HEX triplet: DA, 90 and EB. RGB value is (218,144,235). Sum of RGB (Red+Green+Blue) = 218+144+235=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90EB is #256F14. Grayscale: #B0B0B0. Windows color (decimal): -2453269 or 15438042. OLE color: 15438042.

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

Color convert

RGB218144235-
CMYK0.070.3900.08
HSL288.79º69.47%74.31%-
HSV(B)288.79º38.72%92.16%-
XYZ53.8840.8583.64-
YUV176.5161.02157.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 144 (56.64% from 255) = 24.12%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=36.52%
G=24.12%
B=39.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181442350.070.3900.08288.7969.4774.31
HexDA90EB72708121454a
Octal332220353747010441105112
Binary1101101010010000111010111111001110100010010000110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90EB; }

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

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

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

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

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

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

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

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