#DEA7DD

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

Shades of Plum #DEA7DD

Tints of Plum #DEA7DD

Color information

#DEA7DD (or 0xDEA7DD) is unknown color: approx Plum. HEX triplet: DE, A7 and DD. RGB value is (222,167,221). Sum of RGB (Red+Green+Blue) = 222+167+221=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7DD is #215822. Grayscale: #BDBDBD. Windows color (decimal): -2185251 or 14526430. OLE color: 14526430.

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

Color convert

RGB222167221-
CMYK00.250.000.13
HSL301.09º45.45%76.27%-
HSV(B)301.09º24.77%87.06%-
XYZ56.9948.3974.74-
YUV189.6145.72151.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.39%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=36.39%
G=27.38%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216722100.250.000.13301.0945.4576.27
HexDEA7DD0190D12d2d4c
Octal33624733503101545555114
Binary110111101010011111011101011001011011001011011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7DD; }

 p { color: rgb(222,167,221); }

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

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

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

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

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

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

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