#DEA9DF

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

Shades of Plum #DEA9DF

Tints of Plum #DEA9DF

Color information

#DEA9DF (or 0xDEA9DF) is unknown color: approx Plum. HEX triplet: DE, A9 and DF. RGB value is (222,169,223). Sum of RGB (Red+Green+Blue) = 222+169+223=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9DF is #215620. Grayscale: #BEBEBE. Windows color (decimal): -2184737 or 14658014. OLE color: 14658014.

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

Color convert

RGB222169223-
CMYK0.000.2400.13
HSL298.89º45.76%76.86%-
HSV(B)298.89º24.22%87.45%-
XYZ57.6349.2376.28-
YUV191146.06150.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.16%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=36.16%
G=27.52%
B=36.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221692230.000.2400.13298.8945.7676.86
HexDEA9DF0180D12b2e4d
Octal33625133703001545356115
Binary110111101010100111011111011000011011001010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9DF; }

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

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

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

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

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

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

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

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