#DA90EA

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

Shades of Plum #DA90EA

Tints of Plum #DA90EA

Color information

#DA90EA (or 0xDA90EA) is unknown color: approx Plum. HEX triplet: DA, 90 and EA. RGB value is (218,144,234). Sum of RGB (Red+Green+Blue) = 218+144+234=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA90EA is #256F15. Grayscale: #B0B0B0. Windows color (decimal): -2453270 or 15372506. OLE color: 15372506.

HSL color Cylindrical-coordinate representation of color #DA90EA: hue angle of 289.33º 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 #DA90EA is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218144234-
CMYK0.070.3800.08
HSL289.33º68.18%74.12%-
HSV(B)289.33º38.46%91.76%-
XYZ53.7440.7982.88-
YUV176.39160.52157.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 144 (56.64% from 255) = 24.16%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=36.58%
G=24.16%
B=39.26%

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
Decimal2181442340.070.3800.08289.3368.1874.12
HexDA90EA72608121444a
Octal332220352746010441104112
Binary1101101010010000111010101111001100100010010000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA90EA; }

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

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

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

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

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

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

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

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