#DEA7E4

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

Shades of Plum #DEA7E4

Tints of Plum #DEA7E4

Color information

#DEA7E4 (or 0xDEA7E4) is unknown color: approx Plum. HEX triplet: DE, A7 and E4. RGB value is (222,167,228). Sum of RGB (Red+Green+Blue) = 222+167+228=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEA7E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7E4 is #21581B. Grayscale: #BEBEBE. Windows color (decimal): -2185244 or 14985182. OLE color: 14985182.

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

Color convert

RGB222167228-
CMYK0.030.2700.11
HSL294.1º53.04%77.45%-
HSV(B)294.1º26.75%89.41%-
XYZ57.9548.7779.76-
YUV190.4149.22150.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.98%
GREEN value IS 167 (65.62% from 255) = 27.07%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=35.98%
G=27.07%
B=36.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221672280.030.2700.11294.153.0477.45
HexDEA7E431B0B126354d
Octal33624734433301344665115
Binary1101111010100111111001001111011010111001001101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7E4; }

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

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

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

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

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

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

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

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