#DE8EE4

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

Shades of Plum #DE8EE4

Tints of Plum #DE8EE4

Color information

#DE8EE4 (or 0xDE8EE4) is unknown color: approx Plum. HEX triplet: DE, 8E and E4. RGB value is (222,142,228). Sum of RGB (Red+Green+Blue) = 222+142+228=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE8EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8EE4 is #21711B. Grayscale: #AFAFAF. Windows color (decimal): -2191644 or 14978782. OLE color: 14978782.

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

Color convert

RGB222142228-
CMYK0.030.3800.11
HSL295.81º61.43%72.55%-
HSV(B)295.81º37.72%89.41%-
XYZ53.840.4878.38-
YUV175.72157.5161.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=37.5%
G=23.99%
B=38.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221422280.030.3800.11295.8161.4372.55
HexDE8EE43260B1283d49
Octal33621634434601345075111
Binary11011110100011101110010011100110010111001010001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8EE4; }

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

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

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

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

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

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

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

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