#DE90EA

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

Shades of Plum #DE90EA

Tints of Plum #DE90EA

Color information

#DE90EA (or 0xDE90EA) is unknown color: approx Plum. HEX triplet: DE, 90 and EA. RGB value is (222,144,234). Sum of RGB (Red+Green+Blue) = 222+144+234=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE90EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE90EA is #216F15. Grayscale: #B1B1B1. Windows color (decimal): -2191126 or 15372510. OLE color: 15372510.

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

Color convert

RGB222144234-
CMYK0.050.3800.08
HSL292º68.18%74.12%-
HSV(B)292º38.46%91.76%-
XYZ54.9541.4282.94-
YUV177.58159.84159.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 234 (91.80% from 255) = 39%
R=37%
G=24%
B=39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221442340.050.3800.0829268.1874.12
HexDE90EA52608124444a
Octal336220352546010444104112
Binary1101111010010000111010101011001100100010010010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90EA; }

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

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

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

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

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

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

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

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