#DEA4DA

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

Shades of Plum #DEA4DA

Tints of Plum #DEA4DA

Color information

#DEA4DA (or 0xDEA4DA) is unknown color: approx Plum. HEX triplet: DE, A4 and DA. RGB value is (222,164,218). Sum of RGB (Red+Green+Blue) = 222+164+218=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4DA is #215B25. Grayscale: #BBBBBB. Windows color (decimal): -2186022 or 14329054. OLE color: 14329054.

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

Color convert

RGB222164218-
CMYK00.260.020.13
HSL304.14º46.77%75.69%-
HSV(B)304.14º26.13%87.06%-
XYZ56.0547.1472.47-
YUV187.5145.22152.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=36.75%
G=27.15%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216421800.260.020.13304.1446.7775.69
HexDEA4DA01A2D1302f4c
Octal33624433203221546057114
Binary1101111010100100110110100110101011011001100001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4DA; }

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

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

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

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

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

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

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

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