#DEA1E0

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

Shades of Plum #DEA1E0

Tints of Plum #DEA1E0

Color information

#DEA1E0 (or 0xDEA1E0) is unknown color: approx Plum. HEX triplet: DE, A1 and E0. RGB value is (222,161,224). Sum of RGB (Red+Green+Blue) = 222+161+224=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEA1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1E0 is #215E1F. Grayscale: #BABABA. Windows color (decimal): -2186784 or 14721502. OLE color: 14721502.

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

Color convert

RGB222161224-
CMYK0.010.2800.12
HSL298.1º50.4%75.49%-
HSV(B)298.1º28.12%87.84%-
XYZ56.3246.476.51-
YUV186.42149.21153.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 161 (63.28% from 255) = 26.52%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=36.57%
G=26.52%
B=36.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221612240.010.2800.12298.150.475.49
HexDEA1E011C0C12a324b
Octal33624134013401445262113
Binary110111101010000111100000111100011001001010101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA1E0; }

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

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

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

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

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

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

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

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