#DEA5DC

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

Shades of Plum #DEA5DC

Tints of Plum #DEA5DC

Color information

#DEA5DC (or 0xDEA5DC) is unknown color: approx Plum. HEX triplet: DE, A5 and DC. RGB value is (222,165,220). Sum of RGB (Red+Green+Blue) = 222+165+220=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5DC is #215A23. Grayscale: #BCBCBC. Windows color (decimal): -2185764 or 14460382. OLE color: 14460382.

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

Color convert

RGB222165220-
CMYK00.260.010.13
HSL302.11º46.34%75.88%-
HSV(B)302.11º25.68%87.06%-
XYZ56.547.6173.92-
YUV188.31145.88152.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.57%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=36.57%
G=27.18%
B=36.24%

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
Decimal22216522000.260.010.13302.1146.3475.88
HexDEA5DC01A1D12e2e4c
Octal33624533403211545656114
Binary110111101010010111011100011010111011001011101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA5DC; }

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

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

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

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

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

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

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

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