#DEA7DF

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

Shades of Plum #DEA7DF

Tints of Plum #DEA7DF

Color information

#DEA7DF (or 0xDEA7DF) is unknown color: approx Plum. HEX triplet: DE, A7 and DF. RGB value is (222,167,223). Sum of RGB (Red+Green+Blue) = 222+167+223=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7DF is #215820. Grayscale: #BDBDBD. Windows color (decimal): -2185249 or 14657502. OLE color: 14657502.

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

Color convert

RGB222167223-
CMYK0.000.2500.13
HSL298.93º46.67%76.47%-
HSV(B)298.93º25.11%87.45%-
XYZ57.2648.4976.15-
YUV189.83146.72150.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.27%
GREEN value IS 167 (65.62% from 255) = 27.29%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=36.27%
G=27.29%
B=36.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221672230.000.2500.13298.9346.6776.47
HexDEA7DF0190D12b2f4c
Octal33624733703101545357114
Binary110111101010011111011111011001011011001010111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA7DF; }

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

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

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

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

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

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

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

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