#DEA6DF

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

Shades of Plum #DEA6DF

Tints of Plum #DEA6DF

Color information

#DEA6DF (or 0xDEA6DF) is unknown color: approx Plum. HEX triplet: DE, A6 and DF. RGB value is (222,166,223). Sum of RGB (Red+Green+Blue) = 222+166+223=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6DF is #215920. Grayscale: #BDBDBD. Windows color (decimal): -2185505 or 14657246. OLE color: 14657246.

HSL color Cylindrical-coordinate representation of color #DEA6DF: hue angle of 298.95º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA6DF is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222166223-
CMYK0.000.2600.13
HSL298.95º47.11%76.27%-
HSV(B)298.95º25.56%87.45%-
XYZ57.0848.1376.09-
YUV189.24147.05151.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.33%
GREEN value IS 166 (65.23% from 255) = 27.17%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=36.33%
G=27.17%
B=36.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221662230.000.2600.13298.9547.1176.27
HexDEA6DF01A0D12b2f4c
Octal33624633703201545357114
Binary110111101010011011011111011010011011001010111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6DF; }

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

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

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

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

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

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

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

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