#DE90E5

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

Shades of Plum #DE90E5

Tints of Plum #DE90E5

Color information

#DE90E5 (or 0xDE90E5) is unknown color: approx Plum. HEX triplet: DE, 90 and E5. RGB value is (222,144,229). Sum of RGB (Red+Green+Blue) = 222+144+229=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90E5 is #216F1A. Grayscale: #B0B0B0. Windows color (decimal): -2191131 or 15044830. OLE color: 15044830.

HSL color Cylindrical-coordinate representation of color #DE90E5: hue angle of 295.06º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE90E5 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222144229-
CMYK0.030.3700.10
HSL295.06º62.04%73.14%-
HSV(B)295.06º37.12%89.8%-
XYZ54.2441.1379.21-
YUV177.01157.34160.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=37.31%
G=24.20%
B=38.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221442290.030.3700.10295.0662.0473.14
HexDE90E53250A1273e49
Octal33622034534501244776111
Binary11011110100100001110010111100101010101001001111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90E5; }

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

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

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

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

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

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

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

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