#DEA3DC

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

Shades of Plum #DEA3DC

Tints of Plum #DEA3DC

Color information

#DEA3DC (or 0xDEA3DC) is unknown color: approx Plum. HEX triplet: DE, A3 and DC. RGB value is (222,163,220). Sum of RGB (Red+Green+Blue) = 222+163+220=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA3DC is #215C23. Grayscale: #BABABA. Windows color (decimal): -2186276 or 14459870. OLE color: 14459870.

HSL color Cylindrical-coordinate representation of color #DEA3DC: hue angle of 302.03º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEA3DC is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222163220-
CMYK00.270.010.13
HSL302.03º47.2%75.49%-
HSV(B)302.03º26.58%87.06%-
XYZ56.1446.8973.8-
YUV187.14146.55152.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=36.69%
G=26.94%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216322000.270.010.13302.0347.275.49
HexDEA3DC01B1D12e2f4b
Octal33624333403311545657113
Binary110111101010001111011100011011111011001011101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3DC; }

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

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

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

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

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

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

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

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