#DFA2DF

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

Shades of Plum #DFA2DF

Tints of Plum #DFA2DF

Color information

#DFA2DF (or 0xDFA2DF) is unknown color: approx Plum. HEX triplet: DF, A2 and DF. RGB value is (223,162,223). Sum of RGB (Red+Green+Blue) = 223+162+223=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 162 (63.67% from 255 or 26.64% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFA2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2DF is #205D20. Grayscale: #BBBBBB. Windows color (decimal): -2120993 or 14656223. OLE color: 14656223.

HSL color Cylindrical-coordinate representation of color #DFA2DF: hue angle of 300º 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 #DFA2DF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223162223-
CMYK00.2700.13
HSL300º48.8%75.49%-
HSV(B)300º27.35%87.45%-
XYZ56.6746.8675.87-
YUV187.19148.21153.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 162 (63.67% from 255) = 26.64%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=36.68%
G=26.64%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316222300.2700.1330048.875.49
HexDFA2DF01B0D12c314b
Octal33724233703301545461113
Binary110111111010001011011111011011011011001011001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2DF; }

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

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

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

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

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

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

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

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