#DFA2DE

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

Shades of Plum #DFA2DE

Tints of Plum #DFA2DE

Color information

#DFA2DE (or 0xDFA2DE) is unknown color: approx Plum. HEX triplet: DF, A2 and DE. RGB value is (223,162,222). Sum of RGB (Red+Green+Blue) = 223+162+222=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2DE is #205D21. Grayscale: #BABABA. Windows color (decimal): -2120994 or 14590687. OLE color: 14590687.

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

Color convert

RGB223162222-
CMYK00.270.000.13
HSL300.98º48.8%75.49%-
HSV(B)300.98º27.35%87.45%-
XYZ56.5446.875.16-
YUV187.08147.71153.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 162 (63.67% from 255) = 26.69%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=36.74%
G=26.69%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316222200.270.000.13300.9848.875.49
HexDFA2DE01B0D12d314b
Octal33724233603301545561113
Binary110111111010001011011110011011011011001011011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2DE; }

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

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

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

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

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

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

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

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