#DE90E4

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

Shades of Plum #DE90E4

Tints of Plum #DE90E4

Color information

#DE90E4 (or 0xDE90E4) is unknown color: approx Plum. HEX triplet: DE, 90 and E4. RGB value is (222,144,228). Sum of RGB (Red+Green+Blue) = 222+144+228=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE90E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE90E4 is #216F1B. Grayscale: #B0B0B0. Windows color (decimal): -2191132 or 14979294. OLE color: 14979294.

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

Color convert

RGB222144228-
CMYK0.030.3700.11
HSL295.71º60.87%72.94%-
HSV(B)295.71º36.84%89.41%-
XYZ54.141.0878.48-
YUV176.9156.84160.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 228 (89.45% from 255) = 38.38%
R=37.37%
G=24.24%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221442280.030.3700.11295.7160.8772.94
HexDE90E43250B1283d49
Octal33622034434501345075111
Binary11011110100100001110010011100101010111001010001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE90E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE90E4; }

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

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

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

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

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

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

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

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