#DEA8D7

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

Shades of Plum #DEA8D7

Tints of Plum #DEA8D7

Color information

#DEA8D7 (or 0xDEA8D7) is unknown color: approx Plum. HEX triplet: DE, A8 and D7. RGB value is (222,168,215). Sum of RGB (Red+Green+Blue) = 222+168+215=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D7 is #215728. Grayscale: #BDBDBD. Windows color (decimal): -2185001 or 14133470. OLE color: 14133470.

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

Color convert

RGB222168215-
CMYK00.240.030.13
HSL307.78º45%76.47%-
HSV(B)307.78º24.32%87.06%-
XYZ56.3948.4470.67-
YUV189.5142.39151.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 215 (84.38% from 255) = 35.54%
R=36.69%
G=27.77%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216821500.240.030.13307.784576.47
HexDEA8D70183D1342d4c
Octal33625032703031546455114
Binary1101111010101000110101110110001111011001101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8D7; }

 p { color: rgb(222,168,215); }

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

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

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

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

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

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

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