#DEA5E3

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

Shades of Plum #DEA5E3

Tints of Plum #DEA5E3

Color information

#DEA5E3 (or 0xDEA5E3) is unknown color: approx Plum. HEX triplet: DE, A5 and E3. RGB value is (222,165,227). Sum of RGB (Red+Green+Blue) = 222+165+227=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5E3 is #215A1C. Grayscale: #BCBCBC. Windows color (decimal): -2185757 or 14919134. OLE color: 14919134.

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

Color convert

RGB222165227-
CMYK0.020.2700.11
HSL295.16º52.54%76.86%-
HSV(B)295.16º27.31%89.02%-
XYZ57.4447.9978.91-
YUV189.11149.38151.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 165 (64.84% from 255) = 26.87%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=36.16%
G=26.87%
B=36.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221652270.020.2700.11295.1652.5476.86
HexDEA5E321B0B127354d
Octal33624534323301344765115
Binary1101111010100101111000111011011010111001001111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5E3; }

 p { color: rgb(222,165,227); }

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

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

 a { background-color: rgb(222,165,227); }

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

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

 span { border-color: rgb(222,165,227); }

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