#DE8EE5

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

Shades of Plum #DE8EE5

Tints of Plum #DE8EE5

Color information

#DE8EE5 (or 0xDE8EE5) is unknown color: approx Plum. HEX triplet: DE, 8E and E5. RGB value is (222,142,229). Sum of RGB (Red+Green+Blue) = 222+142+229=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE8EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8EE5 is #21711A. Grayscale: #AFAFAF. Windows color (decimal): -2191643 or 15044318. OLE color: 15044318.

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

Color convert

RGB222142229-
CMYK0.030.3800.10
HSL295.17º62.59%72.75%-
HSV(B)295.17º37.99%89.8%-
XYZ53.9440.5379.11-
YUV175.84158160.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=37.44%
G=23.95%
B=38.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221422290.030.3800.10295.1762.5972.75
HexDE8EE53260A1273f49
Octal33621634534601244777111
Binary11011110100011101110010111100110010101001001111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8EE5; }

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

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

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

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

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

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

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

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