#DEA4DE

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

Shades of Plum #DEA4DE

Tints of Plum #DEA4DE

Color information

#DEA4DE (or 0xDEA4DE) is unknown color: approx Plum. HEX triplet: DE, A4 and DE. RGB value is (222,164,222). Sum of RGB (Red+Green+Blue) = 222+164+222=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4DE is #215B21. Grayscale: #BBBBBB. Windows color (decimal): -2186018 or 14591198. OLE color: 14591198.

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

Color convert

RGB222164222-
CMYK00.2600.13
HSL300º46.77%75.69%-
HSV(B)300º26.13%87.06%-
XYZ56.5847.3575.27-
YUV187.95147.22152.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.51%
GREEN value IS 164 (64.45% from 255) = 26.97%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=36.51%
G=26.97%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216422200.2600.1330046.7775.69
HexDEA4DE01A0D12c2f4c
Octal33624433603201545457114
Binary110111101010010011011110011010011011001011001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4DE; }

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

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

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

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

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

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

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

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