#DEA3E8

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

Shades of Plum #DEA3E8

Tints of Plum #DEA3E8

Color information

#DEA3E8 (or 0xDEA3E8) is unknown color: approx Plum. HEX triplet: DE, A3 and E8. RGB value is (222,163,232). Sum of RGB (Red+Green+Blue) = 222+163+232=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEA3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3E8 is #215C17. Grayscale: #BCBCBC. Windows color (decimal): -2186264 or 15246302. OLE color: 15246302.

HSL color Cylindrical-coordinate representation of color #DEA3E8: hue angle of 291.3º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA3E8 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222163232-
CMYK0.040.3000.09
HSL291.3º60%77.45%-
HSV(B)291.3º29.74%90.98%-
XYZ57.7947.5582.48-
YUV188.51152.55151.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 163 (64.06% from 255) = 26.42%
BLUE value IS 232 (91.02% from 255) = 37.60%
R=35.98%
G=26.42%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221632320.040.3000.09291.36077.45
HexDEA3E841E091233c4d
Octal33624335043601144374115
Binary11011110101000111110100010011110010011001000111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3E8; }

 p { color: rgb(222,163,232); }

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

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

 a { background-color: rgb(222,163,232); }

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

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

 span { border-color: rgb(222,163,232); }

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