#DFA8DE

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

Shades of Plum #DFA8DE

Tints of Plum #DFA8DE

Color information

#DFA8DE (or 0xDFA8DE) is unknown color: approx Plum. HEX triplet: DF, A8 and DE. RGB value is (223,168,222). Sum of RGB (Red+Green+Blue) = 223+168+222=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8DE is #205721. Grayscale: #BEBEBE. Windows color (decimal): -2119458 or 14592223. OLE color: 14592223.

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

Color convert

RGB223168222-
CMYK00.250.000.13
HSL301.09º46.22%76.67%-
HSV(B)301.09º24.66%87.45%-
XYZ57.6248.9775.52-
YUV190.6145.72151.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 168 (66.02% from 255) = 27.41%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=36.38%
G=27.41%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316822200.250.000.13301.0946.2276.67
HexDFA8DE0190D12d2e4d
Octal33725033603101545556115
Binary110111111010100011011110011001011011001011011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8DE; }

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

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

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

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

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

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

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

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