#DEA9DE

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

Shades of Plum #DEA9DE

Tints of Plum #DEA9DE

Color information

#DEA9DE (or 0xDEA9DE) is unknown color: approx Plum. HEX triplet: DE, A9 and DE. RGB value is (222,169,222). Sum of RGB (Red+Green+Blue) = 222+169+222=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEA9DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9DE is #215621. Grayscale: #BEBEBE. Windows color (decimal): -2184738 or 14592478. OLE color: 14592478.

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

Color convert

RGB222169222-
CMYK00.2400.13
HSL300º44.54%76.67%-
HSV(B)300º23.87%87.06%-
XYZ57.549.1875.57-
YUV190.89145.56150.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.22%
GREEN value IS 169 (66.41% from 255) = 27.57%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=36.22%
G=27.57%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216922200.2400.1330044.5476.67
HexDEA9DE0180D12c2d4d
Octal33625133603001545455115
Binary110111101010100111011110011000011011001011001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9DE; }

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

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

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

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

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

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

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

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