#DEA4DB

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

Shades of Plum #DEA4DB

Tints of Plum #DEA4DB

Color information

#DEA4DB (or 0xDEA4DB) is unknown color: approx Plum. HEX triplet: DE, A4 and DB. RGB value is (222,164,219). Sum of RGB (Red+Green+Blue) = 222+164+219=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4DB is #215B24. Grayscale: #BBBBBB. Windows color (decimal): -2186021 or 14394590. OLE color: 14394590.

HSL color Cylindrical-coordinate representation of color #DEA4DB: hue angle of 303.1º 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 #DEA4DB is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222164219-
CMYK00.260.010.13
HSL303.1º46.77%75.69%-
HSV(B)303.1º26.13%87.06%-
XYZ56.1947.1973.17-
YUV187.61145.72152.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=36.69%
G=27.11%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216421900.260.010.13303.146.7775.69
HexDEA4DB01A1D12f2f4c
Octal33624433303211545757114
Binary110111101010010011011011011010111011001011111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4DB; }

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

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

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

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

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

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

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

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