#DEA3E4

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

Shades of Plum #DEA3E4

Tints of Plum #DEA3E4

Color information

#DEA3E4 (or 0xDEA3E4) is unknown color: approx Plum. HEX triplet: DE, A3 and E4. RGB value is (222,163,228). Sum of RGB (Red+Green+Blue) = 222+163+228=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEA3E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3E4 is #215C1B. Grayscale: #BBBBBB. Windows color (decimal): -2186268 or 14984158. OLE color: 14984158.

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

Color convert

RGB222163228-
CMYK0.030.2900.11
HSL294.46º54.62%76.67%-
HSV(B)294.46º28.51%89.41%-
XYZ57.2247.3379.52-
YUV188.05150.55152.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=36.22%
G=26.59%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221632280.030.2900.11294.4654.6276.67
HexDEA3E431D0B126374d
Octal33624334433501344667115
Binary1101111010100011111001001111101010111001001101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3E4; }

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

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

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

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

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

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

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

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