#DEA7E2

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

Shades of Plum #DEA7E2

Tints of Plum #DEA7E2

Color information

#DEA7E2 (or 0xDEA7E2) is unknown color: approx Plum. HEX triplet: DE, A7 and E2. RGB value is (222,167,226). Sum of RGB (Red+Green+Blue) = 222+167+226=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEA7E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7E2 is #21581D. Grayscale: #BDBDBD. Windows color (decimal): -2185246 or 14854110. OLE color: 14854110.

HSL color Cylindrical-coordinate representation of color #DEA7E2: hue angle of 295.93º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA7E2 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222167226-
CMYK0.020.2600.11
HSL295.93º50.43%77.06%-
HSV(B)295.93º26.11%88.63%-
XYZ57.6748.6678.3-
YUV190.17148.22150.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.10%
GREEN value IS 167 (65.62% from 255) = 27.15%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=36.10%
G=27.15%
B=36.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221672260.020.2600.11295.9350.4377.06
HexDEA7E221A0B128324d
Octal33624734223201345062115
Binary1101111010100111111000101011010010111001010001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7E2; }

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

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

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

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

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

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

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

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