#DEA1DE

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

Shades of Plum #DEA1DE

Tints of Plum #DEA1DE

Color information

#DEA1DE (or 0xDEA1DE) is unknown color: approx Plum. HEX triplet: DE, A1 and DE. RGB value is (222,161,222). Sum of RGB (Red+Green+Blue) = 222+161+222=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEA1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1DE is #215E21. Grayscale: #BABABA. Windows color (decimal): -2186786 or 14590430. OLE color: 14590430.

HSL color Cylindrical-coordinate representation of color #DEA1DE: hue angle of 300º degrees, saturation: 0.48, 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 #DEA1DE is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222161222-
CMYK00.2700.13
HSL300º48.03%75.1%-
HSV(B)300º27.48%87.06%-
XYZ56.0546.2975.09-
YUV186.19148.21153.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 161 (63.28% from 255) = 26.61%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=36.69%
G=26.61%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216122200.2700.1330048.0375.1
HexDEA1DE01B0D12c304b
Octal33624133603301545460113
Binary110111101010000111011110011011011011001011001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA1DE; }

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

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

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

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

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

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

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

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