#DEA3E0

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

Shades of Plum #DEA3E0

Tints of Plum #DEA3E0

Color information

#DEA3E0 (or 0xDEA3E0) is unknown color: approx Plum. HEX triplet: DE, A3 and E0. RGB value is (222,163,224). Sum of RGB (Red+Green+Blue) = 222+163+224=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA3E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3E0 is #215C1F. Grayscale: #BBBBBB. Windows color (decimal): -2186272 or 14722014. OLE color: 14722014.

HSL color Cylindrical-coordinate representation of color #DEA3E0: hue angle of 298.03º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA3E0 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222163224-
CMYK0.010.2700.12
HSL298.03º49.59%75.88%-
HSV(B)298.03º27.23%87.84%-
XYZ56.6847.1176.63-
YUV187.6148.55152.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.45%
GREEN value IS 163 (64.06% from 255) = 26.77%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=36.45%
G=26.77%
B=36.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221632240.010.2700.12298.0349.5975.88
HexDEA3E011B0C12a324c
Octal33624334013301445262114
Binary110111101010001111100000111011011001001010101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3E0; }

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

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

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

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

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

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

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

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