#DEA9DC

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

Shades of Plum #DEA9DC

Tints of Plum #DEA9DC

Color information

#DEA9DC (or 0xDEA9DC) is unknown color: approx Plum. HEX triplet: DE, A9 and DC. RGB value is (222,169,220). Sum of RGB (Red+Green+Blue) = 222+169+220=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9DC is #215623. Grayscale: #BEBEBE. Windows color (decimal): -2184740 or 14461406. OLE color: 14461406.

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

Color convert

RGB222169220-
CMYK00.240.010.13
HSL302.26º44.54%76.67%-
HSV(B)302.26º23.87%87.06%-
XYZ57.2349.0774.17-
YUV190.66144.56150.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=36.33%
G=27.66%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216922000.240.010.13302.2644.5476.67
HexDEA9DC0181D12e2d4d
Octal33625133403011545655115
Binary110111101010100111011100011000111011001011101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9DC; }

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

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

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

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

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

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

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

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