#DEA3EA

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

Shades of Plum #DEA3EA

Tints of Plum #DEA3EA

Color information

#DEA3EA (or 0xDEA3EA) is unknown color: approx Plum. HEX triplet: DE, A3 and EA. RGB value is (222,163,234). Sum of RGB (Red+Green+Blue) = 222+163+234=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA3EA is #215C15. Grayscale: #BCBCBC. Windows color (decimal): -2186262 or 15377374. OLE color: 15377374.

HSL color Cylindrical-coordinate representation of color #DEA3EA: hue angle of 289.86º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA3EA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222163234-
CMYK0.050.3000.08
HSL289.86º62.83%77.84%-
HSV(B)289.86º30.34%91.76%-
XYZ58.0747.6683.98-
YUV188.74153.55151.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.86%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=35.86%
G=26.33%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221632340.050.3000.08289.8662.8377.84
HexDEA3EA51E081223f4e
Octal33624335253601044277116
Binary11011110101000111110101010111110010001001000101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA3EA; }

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

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

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

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

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

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

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

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