#DEA5D9

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

Shades of Plum #DEA5D9

Tints of Plum #DEA5D9

Color information

#DEA5D9 (or 0xDEA5D9) is unknown color: approx Plum. HEX triplet: DE, A5 and D9. RGB value is (222,165,217). Sum of RGB (Red+Green+Blue) = 222+165+217=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5D9 is #215A26. Grayscale: #BBBBBB. Windows color (decimal): -2185767 or 14263774. OLE color: 14263774.

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

Color convert

RGB222165217-
CMYK00.260.020.13
HSL305.26º46.34%75.88%-
HSV(B)305.26º25.68%87.06%-
XYZ56.147.4571.85-
YUV187.97144.38152.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=36.75%
G=27.32%
B=35.93%

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
Decimal22216521700.260.020.13305.2646.3475.88
HexDEA5D901A2D1312e4c
Octal33624533103221546156114
Binary1101111010100101110110010110101011011001100011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5D9; }

 p { color: rgb(222,165,217); }

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

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

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

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

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

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

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